Skip to content

Commit 4774cec

Browse files
committed
Correct function name in comments
1 parent f4253de commit 4774cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ export const enum ModifierFlags {
876876
Deprecated = 1 << 16, // Deprecated tag.
877877

878878
// Cache-only JSDoc-modifiers. Should match order of Syntactic/JSDoc modifiers, above.
879-
/** @internal */ JSDocPublic = 1 << 23, // if this value changes, `adjustJSDocModifierFlags` must change accordingly
879+
/** @internal */ JSDocPublic = 1 << 23, // if this value changes, `selectEffectiveModifierFlags` must change accordingly
880880
/** @internal */ JSDocPrivate = 1 << 24,
881881
/** @internal */ JSDocProtected = 1 << 25,
882882
/** @internal */ JSDocReadonly = 1 << 26,

0 commit comments

Comments
 (0)