summaryrefslogtreecommitdiff
path: root/src/std/str.h
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-05 21:31:01 +1100
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-05 21:31:01 +1100
commit428765380da3e7fdb8122e440b5d4065620fc8fb (patch)
tree045c1ea373fe3a71f46fca5a47d3678afb656be6 /src/std/str.h
parent3854bef8b853a369c4fc3a39abff5e2e9cd77625 (diff)
parenta627f75cc956a463e3910a8f5f615932bad3a418 (diff)
Merge branch 'master' into cel-41-port-over-a-basic-3d-scene-example
Diffstat (limited to 'src/std/str.h')
-rw-r--r--src/std/str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/std/str.h b/src/std/str.h
index 9f96430..9d30cba 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`.
*/