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.
AsyncStream.Continuation.finish()
1 parent 103b4a8 commit 1a570e2Copy full SHA for 1a570e2
stdlib/public/Concurrency/AsyncStream.swift
@@ -200,8 +200,8 @@ public struct AsyncStream<Element> {
200
/// nil, which signifies the end of the iteration.
201
///
202
/// Calling this function more than once has no effect. After calling
203
- /// finish, the stream enters a terminal state and doesn't produces any additional
204
- /// elements.
+ /// finish, the stream enters a terminal state and doesn't produce any
+ /// additional elements.
205
public func finish() {
206
storage.finish()
207
}
0 commit comments