Skip to content

Commit 412f585

Browse files
Docs: fix typos in Kotlin (#3566)
1 parent 725c46c commit 412f585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Note that this is a full changelog relative to 1.4.3 version. Changelog relative
223223
* `Flow.runningFold` operator (#2641).
224224
* `CoroutinesTimeout` rule for JUnit5 (#2197).
225225
* Internals of `Job` and `AbstractCoroutine` was reworked, resulting in smaller code size, less memory footprint, and better performance (#2513, #2512).
226-
* `CancellationException` from Kotlin standard library is used for cancellation on Koltin/JS and Kotlin/Native (#2638).
226+
* `CancellationException` from Kotlin standard library is used for cancellation on Kotlin/JS and Kotlin/Native (#2638).
227227
* Introduced new `DelicateCoroutinesApi` annotation that warns users about potential target API pitfalls and suggests studying API's documentation first. The only delicate API right now is `GlobalScope` (#2637).
228228
* Fixed bug introduced in `1.4.3` when `kotlinx-coroutines-core.jar` triggered IDEA debugger failure (#2619).
229229
* Fixed memory leak of `ChildHandlerNode` with reusable continuations (#2564).
@@ -264,7 +264,7 @@ Note that this is a full changelog relative to 1.4.3 version. Changelog relative
264264
* `Flow.runningFold` operator (#2641).
265265
* `CoroutinesTimeout` rule for JUnit5 (#2197).
266266
* Internals of `Job` and `AbstractCoroutine` was reworked, resulting in smaller code size, less memory footprint, and better performance (#2513, #2512).
267-
* `CancellationException` from Kotlin standard library is used for cancellation on Koltin/JS and Kotlin/Native (#2638).
267+
* `CancellationException` from Kotlin standard library is used for cancellation on Kotlin/JS and Kotlin/Native (#2638).
268268
* Introduced new `DelicateCoroutineApi` annotation that warns users about potential target API pitfalls and suggests studying API's documentation first. The only delicate API right now is `GlobalScope` (#2637).
269269
* Fixed bug introduced in `1.4.3` when `kotlinx-coroutines-core.jar` triggered IDEA debugger failure (#2619).
270270
* Fixed memory leak of `ChildHandlerNode` with reusable continuations (#2564).

0 commit comments

Comments
 (0)