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 d2467b0 commit 2423b5bCopy full SHA for 2423b5b
Source/deferred/deferred-extras.swift
@@ -33,7 +33,7 @@ extension Deferred
33
/// This is a simple specialization of `notify` that runs only on the happy (success) path.
34
///
35
/// - parameter queue: the `DispatchQueue` on which to execute the notification; defaults to `self`'s queue.
36
- /// - parameter task: the closure to be enqueued
+ /// - parameter handler: the closure to be enqueued
37
/// - parameter value: the value of the just-resolved `Deferred`
38
39
@inlinable
0 commit comments