-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix various typos #5075
Fix various typos #5075
Conversation
@swift-ci test |
@@ -1026,7 +1026,7 @@ extension TestJSONSerialization { | |||
} | |||
} | |||
//test serialize values grater than 1 with maxFractionDigits = 15 | |||
func excecute_testSetGraterThanOne() { | |||
func execute_testSetGraterThanOne() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually this misses a typo - execute_testSetGreaterThanOne
. Same for comment above it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh my, good catch. Well, next time I do a round of verifications, maybe next year.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a follow-up comment, but I'm going to merge this and the other one can be done separately.
No description provided.