Skip to content

[Docs] Fix typo in GenericsManifesto.md. #17453

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
merged 3 commits into from
Jul 19, 2018

Conversation

dan-zheng
Copy link
Contributor

Minor clarification to "opening existentials" example.

Minor clarification to "opening existentials" example.
@dan-zheng
Copy link
Contributor Author

@swift-ci Please smoke test

@dan-zheng dan-zheng requested a review from DougGregor June 25, 2018 18:48
if let storedInE1 = e1 openas T { // T is a the type of storedInE1, a copy of the value stored in e1
if let storedInE2 = e2 as? T { // is e2 also a T?
if let storedInE1 = e1 openas T { // T is the type of storedInE1, a copy of the value stored in e1
if let storedInE2 = e2 as? T { // does e2 have type T? if so, copy its value to storedInE2
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: capitalization

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added capitalization in 2dc279f, is this what you had in mind?
I originally didn't capitalize comments for consistency with the rest of the doc.

Address comments by @CodaFi regarding capitalization.
@CodaFi
Copy link
Contributor

CodaFi commented Jul 18, 2018

@swift-ci please smoke test and merge

@dan-zheng
Copy link
Contributor Author

@swift-ci Please smoke test

1 similar comment
@dan-zheng
Copy link
Contributor Author

@swift-ci Please smoke test

@dan-zheng
Copy link
Contributor Author

@CodaFi This PR is ready to be merged.
Not sure why SPM tests failed twice on Linux, but I can't imagine this NFC PR has anything to do with it.

@CodaFi
Copy link
Contributor

CodaFi commented Jul 19, 2018

⛵️

@CodaFi CodaFi merged commit e7921d0 into swiftlang:master Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants