Skip to content

Commit fc7bcca

Browse files
authored
chore(shared): fix comment (#705) [ci skip]
1 parent 8b2d6a3 commit fc7bcca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/patchFlags.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// const flag = TEXT | CLASS
1111
// if (flag & TEXT) { ... }
1212
//
13-
// Check the `patchElement` function in './createRenderer.ts' to see how the
13+
// Check the `patchElement` function in './renderer.ts' to see how the
1414
// flags are handled during diff.
1515

1616
export const enum PatchFlags {

0 commit comments

Comments
 (0)