Skip to content

Commit 41f8686

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Introduction
99

10-
**IdentifiableContinuation** is a lightweight wrapper around [`CheckedContinuation`](https://developer.apple.com/documentation/swift/checkedcontinuation) and [`UnsafeContinuation`](https://developer.apple.com/documentation/swift/unsafecontinuation) that conforms to [`Identifiable`](https://developer.apple.com/documentation/swift/identifiable) and including an easy to use cancellation handler with the id.
10+
**IdentifiableContinuation** is a lightweight wrapper around [`CheckedContinuation`](https://developer.apple.com/documentation/swift/checkedcontinuation) and [`UnsafeContinuation`](https://developer.apple.com/documentation/swift/unsafecontinuation) that conforms to [`Identifiable`](https://developer.apple.com/documentation/swift/identifiable) and includes an easy to use cancellation handler with the id.
1111

1212
# Installation
1313

0 commit comments

Comments
 (0)