Skip to content

Commit 4cc0e29

Browse files
committed
Fix typo
1 parent 49d2f6d commit 4cc0e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Visible consequences of include more robust exception handling for large corouti
1818
* `withContext` is now aligned with structured concurrency and awaits for all launched tasks, its performance is significantly improved (see #553 and #617).
1919
* Added integration module with Play Services Task API. Thanks @SUPERCILEX and @lucasvalenteds for the contribution!
2020
* Integration with Rx2 now respects nullability in type constraints (see #347). Thanks @Dmitry-Borodin for the contribution!
21-
* `CompletableFuture.await` and `ListenableFuture.await` now propagate cancellation the the future (see #611).
21+
* `CompletableFuture.await` and `ListenableFuture.await` now propagate cancellation to the future (see #611).
2222
* Cancellation of `runBlocking` machinery is improved (see #589).
2323
* Coroutine guide is restructured and split to multiple files for the sake of simplicity.
2424
* `CoroutineScope` factory methods add `Job` if it is missing from the context to enforce structured concurrency (see #610).

0 commit comments

Comments
 (0)