Skip to content

Commit

Permalink
chore(shared): fix comment (#705) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
hareku authored Feb 9, 2020
1 parent 8b2d6a3 commit fc7bcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/patchFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fc7bcca

Please sign in to comment.