-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Fix typo (a --> an, an --> a) #549
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
Conversation
@@ -594,7 +594,7 @@ lets us describe an iteration of values of some given value type:: | |||
func next() -> Element | |||
} | |||
|
|||
Now, we want to express the notion of an enumerable collection, which provides a | |||
Now, we want to express the notion of an enumerable collection, which provides an |
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.
I don't think we need 'an' at all here.
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.
Do you mean
which provides a iteration --> which provides iteration
?
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.
Yes.
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.
OK, done.
Can you squash the commits and do a force push to the branch? |
44d47b9
to
0c1df35
Compare
Sure, done. |
Thanks! |
Add support for Swift 5.5 branches
No description provided.