Fix Range.isEmpty doc
This commit is contained in:
@@ -60,7 +60,7 @@ public class $range(start: $t, endInclusive: $t) : ${t}Progression(start, endInc
|
||||
|
||||
/**
|
||||
* Checks whether the range is empty.
|
||||
|
||||
*
|
||||
* The range is empty if its start value is greater than the end value.
|
||||
*/
|
||||
override fun isEmpty(): Boolean = first > last
|
||||
|
||||
Reference in New Issue
Block a user