Skip to content

Commit 2d9e71e

Browse files
committed
chore: review suggestions
1 parent 0d7e2fc commit 2d9e71e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/topics/whatsnew-eap.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Here are some details of this EAP release:
1414

1515
* [](#kotlin-k2-compiler-new-default-kapt-plugin)
1616
* [](#kotlin-multiplatform-new-dsl-to-replace-gradle-s-application-plugin)
17+
* [](#common-atomic-types)
1718
* [](#changes-in-uuid-parsing-and-formatting-functions)
18-
* [](#common-atomic-types-in-the-kotlin-standard-library)
1919

2020
## IDE support
2121

@@ -47,7 +47,7 @@ kapt.use.k2=false
4747

4848
Please report such issues to our [issue tracker](https://youtrack.jetbrains.com/issue/KT-71439/K2-kapt-feedback).
4949

50-
## Kotlin Multiplatform: New DSL to replace Gradle's Application plugin
50+
## Kotlin Multiplatform: new DSL to replace Gradle's Application plugin
5151

5252
<primary-label ref="experimental-opt-in"/>
5353

@@ -109,7 +109,9 @@ We plan to fix this issue as soon as possible.
109109

110110
For more information, see the related issue in [YouTrack](https://youtrack.jetbrains.com/issue/KT-66542).
111111

112-
## Common atomic types in the Kotlin standard library
112+
## Standard library
113+
114+
### Common atomic types
113115
<primary-label ref="experimental-opt-in"/>
114116

115117
In Kotlin %kotlinEapVersion%, we are introducing common atomic types in the standard library's `kotlin.concurrent.atomics`
@@ -183,7 +185,7 @@ fun main() {
183185
```
184186
{validate="false" kotlin-runnable="true" kotlin-min-compiler-version="2.1.20-beta2"}
185187

186-
## Changes in UUID parsing and formatting functions
188+
### Changes in UUID parsing and formatting functions
187189
<primary-label ref="experimental-opt-in"/>
188190

189191
The JetBrains team continues to improve the support for UUIDs [introduced to the standard library in 2.0.20](whatsnew2020.md#support-for-uuids-in-the-common-kotlin-standard-library).

0 commit comments

Comments
 (0)