Skip to content

Minor documentation improvements #153

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 2 commits into from
May 4, 2022
Merged

Conversation

ktan17
Copy link
Contributor

@ktan17 ktan17 commented May 3, 2022

Fixed a few grammatical/spacing typos and one missing line of sample code.

@@ -37,6 +37,7 @@ extension AsyncSequence {
/// error, `AsyncChunkedByGroupSequence` will rethrow that error immediately and discard
/// any current group.
///
/// let numbers = [10, 20, 30, 10, 40, 40, 10, 20]
Copy link
Member

@phausler phausler May 3, 2022

Choose a reason for hiding this comment

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

this should be an async sequence so tack on a .async on the end there

///      let numbers = [10, 20, 30, 10, 40, 40, 10, 20].async

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops, fixed!

@phausler phausler merged commit 6b59cfb into apple:main May 4, 2022
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