Skip to content

Commit

Permalink
Merge pull request #799 from giiks131/patch-1
Browse files Browse the repository at this point in the history
Duplicated and unfinished line in DispatchQueue doc.
  • Loading branch information
compnerd committed Sep 15, 2023
2 parents 2f76085 + 4bebdf9 commit ee39300
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/swift/Queue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee39300

Please sign in to comment.