Skip to content

Commit 52e1500

Browse files
committed
Fixed a few articles
1 parent 8a07e5a commit 52e1500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
* Introduced `withTimeoutOrNull` function.
3131
* Implemented `onTimeout` clause for `select` expressions.
3232
* Fixed spurious concurrency inside `withTimeout` blocks on their cancellation.
33-
* Changed the behavior of `withTimeout` when `CancellationException` is suppressed inside the block. The
34-
invocation of `withTimeout` now always returns the result of the execution of its inner block.
33+
* Changed behavior of `withTimeout` when `CancellationException` is suppressed inside the block.
34+
Invocation of `withTimeout` now always returns the result of execution of its inner block.
3535
* The `channel` property in `ActorScope` is promoted to a wider `Channel` type, so that an actor
3636
can have an easy access to its own inbox send channel.
3737
* Renamed `Mutex.withMutex` to `Mutex.withLock`, old name is deprecated.

0 commit comments

Comments
 (0)