Skip to content

Commit 9aae866

Browse files
committed
Add missing 'to' to a sentence in the README
1 parent ce4dc14 commit 9aae866

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ Generally, these constraints express that some value must conform to a
278278

279279
### Cancellation
280280

281-
Cancellation is a system whereby running Futures get an opportunity stop what
282-
they're doing and release resources that they were holding, when the consumer
283-
indicates it is no longer interested in the result.
281+
Cancellation is a system whereby running Futures get an opportunity to stop
282+
what they're doing and release resources that they were holding, when the
283+
consumer indicates it is no longer interested in the result.
284284

285285
To cancel a Future, it must be unsubscribed from. Most of the
286286
[consumption functions](#consuming-futures) return an `unsubscribe` function.

0 commit comments

Comments
 (0)