Skip to content

Commit ee39300

Browse files
authored
Merge pull request #799 from giiks131/patch-1
Duplicated and unfinished line in DispatchQueue doc.
2 parents 2f76085 + 4bebdf9 commit ee39300

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/swift/Queue.swift

-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ extension DispatchQueue {
240240
///
241241
/// - parameter group: the dispatch group to associate with the submitted
242242
/// work item. If this is `nil`, the work item is not associated with a group.
243-
/// - parameter flags: flags that control the execution environment of the
244243
/// - parameter qos: the QoS at which the work item should be executed.
245244
/// Defaults to `DispatchQoS.unspecified`.
246245
/// - parameter flags: flags that control the execution environment of the

0 commit comments

Comments
 (0)