Skip to content

Commit 4e710b2

Browse files
committed
Fix typo
1 parent c0f6bee commit 4e710b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Kotlin 1.2.41
66
* **Coroutines core module is made mostly cross-platform for JVM and JS**:
77
* Migrate channels and related operators to common, so channels can be used from JS (see #201).
8-
* Most of the code is shared between JVM and JS versions using cross-platform versino of [AtomicFU](https://github.com/Kotlin/kotlinx.atomicfu) library.
8+
* Most of the code is shared between JVM and JS versions using cross-platform version of [AtomicFU](https://github.com/Kotlin/kotlinx.atomicfu) library.
99
* The recent version of Kotlin allows default parameters in common code (see #348).
1010
* The project is built using Gradle 4.6.
1111
* **Breaking change**: `CancellableContinuation` is not a `Job` anymore (see #219):

0 commit comments

Comments
 (0)