@@ -371,7 +371,7 @@ extension DispatchQueue {
371371/// Submits a work item to a dispatch queue for asynchronous execution after
372372/// a specified time.
373373///
374- /// - parameter deadline the time after which the work item should be executed,
374+ /// - parameter deadline:  the time after which the work item should be executed,
375375/// given as a `DispatchTime`.
376376/// - parameter qos: the QoS at which the work item should be executed.
377377///	Defaults to `DispatchQoS.unspecified`.
@@ -402,7 +402,7 @@ extension DispatchQueue {
402402/// Submits a work item to a dispatch queue for asynchronous execution after
403403/// a specified time.
404404///
405- /// - parameter deadline the time after which the work item should be executed,
405+ /// - parameter deadline:  the time after which the work item should be executed,
406406/// given as a `DispatchWallTime`.
407407/// - parameter qos: the QoS at which the work item should be executed.
408408///	Defaults to `DispatchQoS.unspecified`.
@@ -433,7 +433,7 @@ extension DispatchQueue {
433433/// Submits a work item to a dispatch queue for asynchronous execution after
434434/// a specified time.
435435///
436- /// - parameter deadline the time after which the work item should be executed,
436+ /// - parameter deadline:  the time after which the work item should be executed,
437437/// given as a `DispatchTime`.
438438/// - parameter execute: The work item to be invoked on the queue.
439439/// - SeeAlso: `asyncAfter(deadline:qos:flags:execute:)`
@@ -448,7 +448,7 @@ extension DispatchQueue {
448448/// Submits a work item to a dispatch queue for asynchronous execution after
449449/// a specified time.
450450///
451- /// - parameter deadline the time after which the work item should be executed,
451+ /// - parameter deadline:  the time after which the work item should be executed,
452452/// given as a `DispatchWallTime`.
453453/// - parameter execute: The work item to be invoked on the queue.
454454/// - SeeAlso: `asyncAfter(wallDeadline:qos:flags:execute:)`
0 commit comments