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.
1 parent 29176fc commit 3f38678Copy full SHA for 3f38678
stdlib/public/Concurrency/AsyncStream.swift
@@ -15,7 +15,7 @@ import Swift
15
/// An ordered, asynchronously generated sequence of elements.
16
///
17
/// 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
+/// asynchronous context iterating them. This is intended to be used to allow
19
/// callback or delegation based APIs to participate with async/await.
20
21
/// When values are produced from a non async/await source there is a
0 commit comments