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.
1 parent 949c357 commit 003b013Copy full SHA for 003b013
stdlib/public/Concurrency/AsyncStream.swift
@@ -44,7 +44,7 @@ import Swift
44
///
45
/// Consider a hypothetical `QuakeMonitor` type that provides callers with
46
/// `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
+/// callers set a custom closure as the value of the monitor's
48
/// `quakeHandler` property, which the monitor calls back as necessary.
49
50
/// class QuakeMonitor {
0 commit comments