Skip to content

Light edit of recent doc comments (rdar://90176127) #98

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 1 commit into from
Mar 22, 2022

Conversation

invalidname
Copy link
Contributor

Light edit of new docs from #97, plus anything else that stands out.

Mostly just spelling. Not a full-on rewrite to DevPubs style, so the passive voice and future tense can stay for now.

@invalidname invalidname requested a review from parkera March 21, 2022 16:16
@@ -10,7 +10,7 @@
//===----------------------------------------------------------------------===//

/// Creates an asynchronous sequence that concurrently awaits values from two `AsyncSequence` types
/// by emitting a tuple of the values.
/// and emits a tuple of the values.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Revert this (and others like this) if I've changed meaning, but it didn't make sense to me to say the sequence "concurrently awaits… by emitting". I think it awaits the other sequences, and then emits tuples as the source sequences produce values.

Copy link
Member

Choose a reason for hiding this comment

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

Makes sense to me too.

@@ -10,7 +10,7 @@
//===----------------------------------------------------------------------===//

/// Creates an asynchronous sequence that concurrently awaits values from two `AsyncSequence` types
/// by emitting a tuple of the values.
/// and emits a tuple of the values.
Copy link
Member

Choose a reason for hiding this comment

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

Makes sense to me too.

@invalidname invalidname merged commit 3349489 into main Mar 22, 2022
@invalidname invalidname deleted the pr/light-edit-02 branch March 22, 2022 14:05
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