Skip to content

Commit 4d8efaa

Browse files
author
Chris Adamson
committed
Fix duplicate words in doc comment.
1 parent 003b013 commit 4d8efaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/AsyncThrowingStream.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import Swift
4949
///
5050
/// Consider a hypothetical `QuakeMonitor` type that provides callers with
5151
/// `Quake` instances every time it detects an earthquake. To receive callbacks,
52-
/// callers set a custom closure a closure as the value of the monitor's
52+
/// callers set a custom closure as the value of the monitor's
5353
/// `quakeHandler` property, which the monitor calls back as necessary. Callers
5454
/// can also set an `errorHandler` to receive asychronous error notifications,
5555
/// such as the monitor service suddenly becoming unavailable.

0 commit comments

Comments
 (0)