From 4bebdf955fb40a8c6a673386595cc589b70906a1 Mon Sep 17 00:00:00 2001 From: Alex Sh Date: Fri, 8 Sep 2023 16:13:58 +0200 Subject: [PATCH] Update Queue.swift Duplicate and unfinished line in the DispatchQueue documentation --- src/swift/Queue.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/src/swift/Queue.swift b/src/swift/Queue.swift index ac9c9611a..1e0aea3c8 100644 --- a/src/swift/Queue.swift +++ b/src/swift/Queue.swift @@ -240,7 +240,6 @@ extension DispatchQueue { /// /// - parameter group: the dispatch group to associate with the submitted /// work item. If this is `nil`, the work item is not associated with a group. - /// - parameter flags: flags that control the execution environment of the /// - parameter qos: the QoS at which the work item should be executed. /// Defaults to `DispatchQoS.unspecified`. /// - parameter flags: flags that control the execution environment of the