Skip to content

Commit 7dde4ea

Browse files
committed
Fix typo and spelling in AsyncIteratorProtocol.
Fixes rdar://78889410 (cherry picked from commit f1d87de)
1 parent 5882e03 commit 7dde4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/AsyncIteratorProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import Swift
1414

15-
/// A type that that asychronously supplies the values of a sequence one at a
15+
/// A type that asynchronously supplies the values of a sequence one at a
1616
/// time.
1717
///
1818
/// The `AsyncIteratorProtocol` defines the type returned by the

0 commit comments

Comments
 (0)