Skip to content

Commit 4fbe69d

Browse files
authored
Update README.md
1 parent 41f8686 commit 4fbe69d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ let val: String? = await withIdentifiableContinuation { continuation in
5050

5151
[`CheckedContinuation`](https://developer.apple.com/documentation/swift/checkedcontinuation) is used by the default methods:
5252

53-
- `await withIdentifiableContinuation { .. }`
54-
- `try await withThrowingIdentifiableContinuation { ... }`
53+
- `withIdentifiableContinuation`
54+
- `withThrowingIdentifiableContinuation`
5555

5656

5757
[`UnsafeContinuation`](https://developer.apple.com/documentation/swift/unsafecontinuation) is used by the unsafe methods:
5858

59-
- `await withIdentifiableUnsafeContinuation { .. }`
60-
- `try await withThrowingIdentifiableUnsafeContinuation { ... }`
59+
- `withIdentifiableUnsafeContinuation`
60+
- `withThrowingIdentifiableUnsafeContinuation`
6161

6262
# Credits
6363

0 commit comments

Comments
 (0)