Skip to content

Commit e2795e6

Browse files
authored
Update README.md
1 parent 303f04d commit e2795e6

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 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 is cancelled if not complete and `TimeoutError` is thrown:
2626

2727
```swift
2828
import Timeout

0 commit comments

Comments
 (0)