Skip to content

Commit 003b013

Browse files
invalidnameHarlan Haskins
andauthored
Apply Harlan's suggestions from code review
Co-authored-by: Harlan Haskins <[email protected]>
1 parent 949c357 commit 003b013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/AsyncStream.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import Swift
4444
///
4545
/// Consider a hypothetical `QuakeMonitor` type that provides callers with
4646
/// `Quake` instances every time it detects an earthquake. To receive callbacks,
47-
/// callers set a custom closure a closure as the value of the monitor's
47+
/// callers set a custom closure as the value of the monitor's
4848
/// `quakeHandler` property, which the monitor calls back as necessary.
4949
///
5050
/// class QuakeMonitor {

0 commit comments

Comments
 (0)