From fc7bcca1b328c738b8cb0a02b8bd0d4c3ff89e21 Mon Sep 17 00:00:00 2001 From: hareku Date: Mon, 10 Feb 2020 03:12:16 +0900 Subject: [PATCH] chore(shared): fix comment (#705) [ci skip] --- packages/shared/src/patchFlags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/src/patchFlags.ts b/packages/shared/src/patchFlags.ts index de1647154..20adcefb4 100644 --- a/packages/shared/src/patchFlags.ts +++ b/packages/shared/src/patchFlags.ts @@ -10,7 +10,7 @@ // const flag = TEXT | CLASS // if (flag & TEXT) { ... } // -// Check the `patchElement` function in './createRenderer.ts' to see how the +// Check the `patchElement` function in './renderer.ts' to see how the // flags are handled during diff. export const enum PatchFlags {