Skip to content

fix some copy-pasting error #17766

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

KiaraGrouwstra
Copy link
Contributor

see title / commit

@msftclas
Copy link

@tycho01,
Thanks for having already signed the Contribution License Agreement. Your agreement has not been validated yet. We will now review your pull request.
Thanks,
Microsoft Pull Request Bot

@@ -3126,7 +3126,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 a function type
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, this should be "Type is or contains the anyFunctionType".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed it now.

@KiaraGrouwstra
Copy link
Contributor Author

Not sure how changing a comment made the build fail.

@RyanCavanaugh
Copy link
Member

Restarting Travis on the assumption someone else broke the build and has fixed it in the interim

@mhegazy mhegazy merged commit 76fb654 into microsoft:master Aug 16, 2017
@KiaraGrouwstra KiaraGrouwstra deleted the fix-typo-contains-any-function-type branch August 16, 2017 19:08
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants