lib/core: Fixed documentation in `NativeString::byte_to_char_index_cached`
authorLucas Bajolet <r4pass@hotmail.com>
Tue, 8 Sep 2015 18:19:28 +0000 (14:19 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Tue, 8 Sep 2015 18:19:28 +0000 (14:19 -0400)
Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>

lib/core/text/native.nit

index 5a74cd1..acc9a12 100644 (file)
@@ -130,7 +130,7 @@ extern class NativeString `{ char* `}
                return ns_i
        end
 
-       # Gets the byte index of char at position `n` in UTF-8 String
+       # Gets the char index of byte at position `n` in a UTF-8 String
        #
        # `char_from` and `byte_from` are cached values to seek from.
        #