Skip to content

Commit a3db033

Browse files
Merge pull request swiftlang#37969 from stephencelis/patch-3
Fix AsyncSequence documentation typo
2 parents bf07ce7 + 093c59d commit a3db033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/AsyncSequence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Swift
1616
/// elements.
1717
///
1818
/// An `AsyncSequence` resembles the `Sequence` type --- offering a list of
19-
/// values you can step through one at a time --- and adds asynchroncity. An
19+
/// values you can step through one at a time --- and adds asynchronicity. An
2020
/// `AsyncSequence` may have all, some, or none of its values available when
2121
/// you first use it. Instead, you use `await` to receive values as they become
2222
/// available.

0 commit comments

Comments
 (0)