Skip to content

Commit 3f38678

Browse files
authored
Fix typo
1 parent 29176fc commit 3f38678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/AsyncStream.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Swift
1515
/// An ordered, asynchronously generated sequence of elements.
1616
///
1717
/// AsyncStream is an interface type to adapt from code producing values to an
18-
/// asynchronous context iterating them. This is itended to be used to allow
18+
/// asynchronous context iterating them. This is intended to be used to allow
1919
/// callback or delegation based APIs to participate with async/await.
2020
///
2121
/// When values are produced from a non async/await source there is a

0 commit comments

Comments
 (0)