Skip to content

Commit f284e72

Browse files
authored
Merge pull request #62201 from mdznr/documentation_grammar
[NFC] Correct grammar in documentation for `AsyncStream.Continuation.finish()`
2 parents fc6ac62 + 1a570e2 commit f284e72

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)