Tweak docs of runtime/Char.kt (#2195)

This commit is contained in:
Dico Karssiens
2018-10-10 16:50:33 +01:00
committed by Nikolay Igotti
parent 20d3e12e7c
commit a7ffa0e897
+1 -1
View File
@@ -138,7 +138,7 @@ public class Char private constructor(
public const val MIN_RADIX: Int = 2
/**
* The minimum radix available for conversion to and from strings.
* The maximum radix available for conversion to and from strings.
*/
public const val MAX_RADIX: Int = 36
}