From b4c3bd5b18bc170e90378a806de9003a0ab32480 Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Tue, 28 Jul 2020 11:19:56 +0300 Subject: [PATCH] Turn Compatitiblity chapter into a paragraph --- docs/src/md/kotlin.core/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/md/kotlin.core/introduction.md b/docs/src/md/kotlin.core/introduction.md index d9e52119a..8b86d926b 100644 --- a/docs/src/md/kotlin.core/introduction.md +++ b/docs/src/md/kotlin.core/introduction.md @@ -28,7 +28,7 @@ These parts include such important things as language [expressions], [declaratio Platform-specific parts of Kotlin and its multiplatform capabilities will be covered in their respective sub-specifications, i.e., Kotlin/JVM, Kotlin/JS and Kotlin/Native. -## Compatibility +### Compatibility Kotlin Language Specification is still in progress and has **experimental** stability level, meaning no compatibility should be expected between even incremental releases, any functionality can be added, removed or changed without warning.