Skip to content

Commit 1a570e2

Browse files
committed
Correct grammar in documentation for AsyncStream.Continuation.finish()
1 parent 103b4a8 commit 1a570e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Concurrency/AsyncStream.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ public struct AsyncStream<Element> {
200200
/// nil, which signifies the end of the iteration.
201201
///
202202
/// 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.
203+
/// finish, the stream enters a terminal state and doesn't produce any
204+
/// additional elements.
205205
public func finish() {
206206
storage.finish()
207207
}

0 commit comments

Comments
 (0)