Skip to content

Commit 0ab68aa

Browse files
committed
Use "that" for restrictive clause, per Apple style.
1 parent 958255d commit 0ab68aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Concurrency/Executor.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
import Swift
1414

15-
/// A service which can execute jobs.
15+
/// A service that can execute jobs.
1616
@available(SwiftStdlib 5.5, *)
1717
public protocol Executor: AnyObject, Sendable {
1818
func enqueue(_ job: UnownedJob)
1919
}
2020

21-
/// A service which can execute jobs.
21+
/// A service that executes jobs.
2222
@available(SwiftStdlib 5.5, *)
2323
public protocol SerialExecutor: Executor {
2424
// This requirement is repeated here as a non-override so that we

0 commit comments

Comments
 (0)