Tweak docs of runtime/Char.kt (#2195)
This commit is contained in:
committed by
Nikolay Igotti
parent
20d3e12e7c
commit
a7ffa0e897
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user