From: hareku Date: Sun, 9 Feb 2020 18:12:16 +0000 (+0900) Subject: chore(shared): fix comment (#705) [ci skip] X-Git-Tag: v3.0.0-alpha.5~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc7bcca1b328c738b8cb0a02b8bd0d4c3ff89e21;p=thirdparty%2Fvuejs%2Fcore.git chore(shared): fix comment (#705) [ci skip] --- diff --git a/packages/shared/src/patchFlags.ts b/packages/shared/src/patchFlags.ts index de1647154a..20adcefb46 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 {