We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf07ce7 + 093c59d commit a3db033Copy full SHA for a3db033
stdlib/public/Concurrency/AsyncSequence.swift
@@ -16,7 +16,7 @@ import Swift
16
/// elements.
17
///
18
/// An `AsyncSequence` resembles the `Sequence` type --- offering a list of
19
-/// values you can step through one at a time --- and adds asynchroncity. An
+/// values you can step through one at a time --- and adds asynchronicity. An
20
/// `AsyncSequence` may have all, some, or none of its values available when
21
/// you first use it. Instead, you use `await` to receive values as they become
22
/// available.
0 commit comments