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 003b013 commit 4d8efaaCopy full SHA for 4d8efaa
stdlib/public/Concurrency/AsyncThrowingStream.swift
@@ -49,7 +49,7 @@ import Swift
49
///
50
/// Consider a hypothetical `QuakeMonitor` type that provides callers with
51
/// `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
+/// callers set a custom closure as the value of the monitor's
53
/// `quakeHandler` property, which the monitor calls back as necessary. Callers
54
/// can also set an `errorHandler` to receive asychronous error notifications,
55
/// such as the monitor service suddenly becoming unavailable.
0 commit comments