diff options
Diffstat (limited to 'src/std/str.h')
-rw-r--r-- | src/std/str.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/std/str.h b/src/std/str.h index f6f8820..735b88e 100644 --- a/src/std/str.h +++ b/src/std/str.h @@ -14,7 +14,7 @@ #include "mem.h" /** - * @brief Fat pointer representing a UTF8 encoded string + * @brief Fat pointer representing a UTF8 (TODO some APIs supporting utf8) encoded string * @note when using `printf` you must use %s.*s length, string until our own modified print routines are written. alternatively wrap in `cstr()` and pass to `%s`. */ |