Skip to content

Commit 5cf4917

Browse files
author
Andy
authored
Fix comment (microsoft#24035)
1 parent fb49fbb commit 5cf4917

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
@@ -538,7 +538,7 @@ namespace ts {
538538
Abstract = 1 << 7, // Class/Method/ConstructSignature
539539
Async = 1 << 8, // Property/Method/Function
540540
Default = 1 << 9, // Function/Class (export default declaration)
541-
Const = 1 << 11, // Variable declaration
541+
Const = 1 << 11, // Const enum
542542
HasComputedFlags = 1 << 29, // Modifier flags have been computed
543543

544544
AccessibilityModifier = Public | Private | Protected,

0 commit comments

Comments
 (0)