Skip to content

Commit 532bf4f

Browse files
committed
[gardening]
1 parent 49acd50 commit 532bf4f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Sources/IdentifiableContinuation.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
/// source for the continuation, used to identify the continuation in
4343
/// runtime diagnostics related to misuse of this continuation.
4444
/// - body: A closure that takes a `IdentifiableContinuation` parameter.
45-
/// - handler: Cancellation closure executed when the current Task is cancelled. Handler is always called _after_ the body closure is compeled.
45+
/// - handler: Cancellation closure executed when the current Task is cancelled. Handler is always
46+
/// called _after_ the body closure is completed.
4647
/// - Returns: The value continuation is resumed with.
4748
@inlinable
4849
public func withIdentifiableContinuation<T>(
@@ -89,7 +90,8 @@ public func withIdentifiableContinuation<T>(
8990
/// source for the continuation, used to identify the continuation in
9091
/// runtime diagnostics related to misuse of this continuation.
9192
/// - body: A closure that takes a `IdentifiableContinuation` parameter.
92-
/// - handler: Cancellation closure executed when the current Task is cancelled. Handler is always called _after_ the body closure is compeled.
93+
/// - handler: Cancellation closure executed when the current Task is cancelled. Handler is always
94+
/// called _after_ the body closure is completed.
9395
/// - Returns: The value continuation is resumed with.
9496
@inlinable
9597
public func withIdentifiableThrowingContinuation<T>(

0 commit comments

Comments
 (0)