its --> it's in Char.kt (#1041)
This commit is contained in:
committed by
Dmitry Jemerov
parent
7a5f94129c
commit
adc19b433e
@@ -23,8 +23,8 @@ package kotlin
|
||||
public class Char private constructor() : Comparable<Char> {
|
||||
/**
|
||||
* Compares this value with the specified value for order.
|
||||
* Returns zero if this value is equal to the specified other value, a negative number if its less than other,
|
||||
* or a positive number if its greater than other.
|
||||
* Returns zero if this value is equal to the specified other value, a negative number if it's less than other,
|
||||
* or a positive number if it's greater than other.
|
||||
*/
|
||||
public override fun compareTo(other: Char): Int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user