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
24
24
/// mutually-exclusive access to the declaration.
25
25
///
26
26
/// ## 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
28
28
/// semantics, for example, by making sure all of its invocations are run on a
29
29
/// specific thread or dispatch queue.
30
30
///
@@ -63,7 +63,7 @@ public protocol GlobalActor {
63
63
/// delegate to the `shared.unownedExecutor`.
64
64
///
65
65
/// 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
67
67
/// that assumption in mind.
68
68
///
69
69
/// Returning different executors for different invocations of this computed
You can’t perform that action at this time.
0 commit comments