File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import Swift
2424/// mutually-exclusive access to the declaration.
2525///
2626/// ## Custom Actor Executors
27- /// A global actor use a custom executor if it needs to customize its execution
27+ /// A global actor uses a custom executor if it needs to customize its execution
2828/// semantics, for example, by making sure all of its invocations are run on a
2929/// specific thread or dispatch queue.
3030///
@@ -63,7 +63,7 @@ public protocol GlobalActor {
6363 /// delegate to the `shared.unownedExecutor`.
6464 ///
6565 /// The value of this property must be equivalent to `shared.unownedExecutor`,
66- /// as may be used by the Swift concurrency runtime or explicit user code. with
66+ /// as it may be used by the Swift concurrency runtime or explicit user code with
6767 /// that assumption in mind.
6868 ///
6969 /// Returning different executors for different invocations of this computed
You can’t perform that action at this time.
0 commit comments