File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ public fun Source.readString(byteCount: Long): String {
215
215
*
216
216
* The replacement character (`U+fffd`) will be also returned if the source starts with a well-formed
217
217
* code units sequences, but a decoded value does not pass further validation, such as
218
- * the value is of range (beyond the `0x10ffff` limit of Unicode), maps to UTF-16 surrogates (`U+d800`..`U+dfff`),
218
+ * the value is out of range (beyond the `0x10ffff` limit of Unicode), maps to UTF-16 surrogates (`U+d800`..`U+dfff`),
219
219
* or an overlong encoding is detected (such as `0xc080` for the NUL character in modified UTF-8).
220
220
*
221
221
* Note that in general, returned value may not be directly converted to [Char] as it may be out
You can’t perform that action at this time.
0 commit comments