diff --git a/libraries/stdlib/jvm/src/kotlin/text/Charsets.kt b/libraries/stdlib/jvm/src/kotlin/text/Charsets.kt index e6bff243858..c77f6835ed4 100644 --- a/libraries/stdlib/jvm/src/kotlin/text/Charsets.kt +++ b/libraries/stdlib/jvm/src/kotlin/text/Charsets.kt @@ -17,7 +17,7 @@ import java.nio.charset.* public inline fun charset(charsetName: String): Charset = Charset.forName(charsetName) /** - * Constant definitions for the standard [charsets](Charset). These + * Constant definitions for the standard [charsets][Charset]. These * charsets are guaranteed to be available on every implementation of the Java * platform. */