Fix unresolved references in the api docs

These were mostly incorrect parameter names and external api links.
This commit is contained in:
Ilya Gorbunov
2017-11-27 23:25:24 +03:00
parent 3f26fd3f7f
commit bd4d847943
14 changed files with 28 additions and 27 deletions
@@ -390,7 +390,7 @@ public expect infix fun Short.until(to: Byte): IntRange
/**
* Returns a range from this value up to but excluding the specified [to] value.
*
* If the [to] value is less than or equal to ['\u0000'] the returned range is empty.
* If the [to] value is less than or equal to `'\u0000'` the returned range is empty.
*/
public expect infix fun Char.until(to: Char): CharRange