its --> it's in Char.kt (#1041)

This commit is contained in:
Matthew Brener
2017-03-22 20:29:39 +11:00
committed by Dmitry Jemerov
parent 7a5f94129c
commit adc19b433e
+2 -2
View File
@@ -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