Fix link to sealed classes doc page

#KT-28829 Fixed
This commit is contained in:
Ilya Gorbunov
2018-12-21 16:23:17 +03:00
parent 686cfa6fd2
commit 68f898153c
+1 -1
View File
@@ -99,7 +99,7 @@ public actual interface KClass<T : Any> : KDeclarationContainer, KAnnotatedEleme
/**
* `true` if this class is `sealed`.
* See the [Kotlin language documentation](https://kotlinlang.org/docs/reference/classes.html#sealed-classes)
* See the [Kotlin language documentation](https://kotlinlang.org/docs/reference/sealed-classes.html)
* for more information.
*/
@SinceKotlin("1.1")