Skip to content

Commit 2423b5b

Browse files
committed
fix an out-of-sync doc comment
1 parent d2467b0 commit 2423b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/deferred/deferred-extras.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ extension Deferred
3333
/// This is a simple specialization of `notify` that runs only on the happy (success) path.
3434
///
3535
/// - parameter queue: the `DispatchQueue` on which to execute the notification; defaults to `self`'s queue.
36-
/// - parameter task: the closure to be enqueued
36+
/// - parameter handler: the closure to be enqueued
3737
/// - parameter value: the value of the just-resolved `Deferred`
3838

3939
@inlinable

0 commit comments

Comments
 (0)