]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(shared): fix comment (#705) [ci skip]
authorhareku <hareku908@gmail.com>
Sun, 9 Feb 2020 18:12:16 +0000 (03:12 +0900)
committerGitHub <noreply@github.com>
Sun, 9 Feb 2020 18:12:16 +0000 (13:12 -0500)
packages/shared/src/patchFlags.ts

index de1647154abfef5283e67606be9e2b2646bece1f..20adcefb46776963d588836d6f1e93ff5728a234 100644 (file)
@@ -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 {