Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-vasilev committed Dec 25, 2024
1 parent a178a9e commit 292763a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Concurrency/DispatchQueue/IDispatchQueue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public protocol IDispatchQueue: AnyObject {
///
/// As an optimization, `sync(execute:)` invokes the work item on the thread which
/// submitted it, except when the queue is the main queue or
/// a queue targetting it.
/// a queue targeting it.
///
/// - parameter execute: The work item to be invoked on the queue.
/// - SeeAlso: `async(execute:)`
Expand Down

0 comments on commit 292763a

Please sign in to comment.