Minor: fix Charset type reference in kdoc

#KT-34086 Fixed
This commit is contained in:
Ilya Gorbunov
2019-09-30 20:02:36 +03:00
parent 3181d02d11
commit 2106274fa3
@@ -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.
*/