Skip to content

Commit 95b7e1e

Browse files
authored
Update README.md
1 parent df40fd6 commit 95b7e1e

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
@@ -22,7 +22,7 @@ To install using Swift Package Manager, add this to the `dependencies:` section
2222

2323
# Usage
2424

25-
Usage is similar to using structured concurrency, provide a closure and a [`ContinousClock.Instant`](https://developer.apple.com/documentation/swift/continuousclock/instant) for when the child task is cancelled if not complete and `TimeoutError` is thrown:
25+
Usage is similar to using structured concurrency, provide a closure and a [`ContinousClock.Instant`](https://developer.apple.com/documentation/swift/continuousclock/instant) for when the child task must complete else `TimeoutError` is thrown:
2626

2727
```swift
2828
import Timeout

0 commit comments

Comments
 (0)