Skip to content

Commit 8a2e755

Browse files
ktosohborla
andauthored
GlobalActor documentation typos fixup (swiftlang#74467)
Co-authored-by: Holly Borla <[email protected]>
1 parent 5e810ea commit 8a2e755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Concurrency/GlobalActor.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)