We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb66d1 commit f238c26Copy full SHA for f238c26
README.md
@@ -40,7 +40,7 @@ let val = try await withThrowingTimeout(seconds: 2.0) {
40
41
> Note: When the timeout expires the task executing the closure is cancelled and `TimeoutError` is thrown.
42
43
-An overload includes the `Timeout` object that allows the body to cancel or move the expiration if required:
+An overload includes a `Timeout` object allowing the body to cancel or move the expiration where required:
44
45
```swift
46
try await withThrowingTimeout(seconds: 1.0) { timeout in
0 commit comments