Skip to content

Commit

Permalink
Add missing 'to' to a sentence in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaq committed Jan 14, 2020
1 parent ce4dc14 commit 9aae866
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ Generally, these constraints express that some value must conform to a

### Cancellation

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

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

0 comments on commit 9aae866

Please sign in to comment.