We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4dc14 commit 9aae866Copy full SHA for 9aae866
README.md
@@ -278,9 +278,9 @@ Generally, these constraints express that some value must conform to a
278
279
### Cancellation
280
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.
+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.
284
285
To cancel a Future, it must be unsubscribed from. Most of the
286
[consumption functions](#consuming-futures) return an `unsubscribe` function.
0 commit comments