fix some copy-pasting error (#17766)

* fix some copy-pasting error

* update to reflect @ahejlsberg's feedback
This commit is contained in:
Tycho Grouwstra 2017-08-16 11:49:24 -07:00 committed by Mohamed Hegazy
parent 146f828919
commit 76fb6545a5

View file

@ -3136,7 +3136,7 @@ namespace ts {
/* @internal */
ContainsObjectLiteral = 1 << 22, // Type is or contains object literal type
/* @internal */
ContainsAnyFunctionType = 1 << 23, // Type is or contains object literal type
ContainsAnyFunctionType = 1 << 23, // Type is or contains the anyFunctionType
NonPrimitive = 1 << 24, // intrinsic object type
/* @internal */
JsxAttributes = 1 << 25, // Jsx attributes type