Skip to content

Commit

Permalink
style: correct comments (#33178)
Browse files Browse the repository at this point in the history
PR Close #33178
  • Loading branch information
mhevery authored and AndrewKushnir committed Oct 24, 2019
1 parent 4821330 commit 9ea3430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/render3/interfaces/view.ts
Expand Up @@ -299,7 +299,7 @@ export const enum InitPhaseState {
InitPhaseCompleted = 0b11,
}

/** More flags associated with an LView (saved in LView[FLAGS_MORE]) */
/** More flags associated with an LView (saved in LView[PREORDER_HOOK_FLAGS]) */
export const enum PreOrderHookFlags {
/** The index of the next pre-order hook to be called in the hooks array, on the first 16
bits */
Expand Down

0 comments on commit 9ea3430

Please sign in to comment.