Skip to content

Commit 76fb654

Browse files
KiaraGrouwstramhegazy
authored andcommitted
fix some copy-pasting error (microsoft#17766)
* fix some copy-pasting error * update to reflect @ahejlsberg's feedback
1 parent 146f828 commit 76fb654

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
@@ -3136,7 +3136,7 @@ namespace ts {
31363136
/* @internal */
31373137
ContainsObjectLiteral = 1 << 22, // Type is or contains object literal type
31383138
/* @internal */
3139-
ContainsAnyFunctionType = 1 << 23, // Type is or contains object literal type
3139+
ContainsAnyFunctionType = 1 << 23, // Type is or contains the anyFunctionType
31403140
NonPrimitive = 1 << 24, // intrinsic object type
31413141
/* @internal */
31423142
JsxAttributes = 1 << 25, // Jsx attributes type

0 commit comments

Comments
 (0)