Explorar o código

chore(shared): fix comment (#705) [ci skip]

hareku %!s(int64=6) %!d(string=hai) anos
pai
achega
fc7bcca1b3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/shared/src/patchFlags.ts

+ 1 - 1
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 {