Skip to content

Commit

Permalink
Update Queue.swift
Browse files Browse the repository at this point in the history
Duplicate and unfinished line in the DispatchQueue documentation
  • Loading branch information
giiks131 authored Sep 8, 2023
1 parent 9566a13 commit 4bebdf9
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 4bebdf9

Please sign in to comment.