aboutsummaryrefslogtreecommitdiff
path: root/core/unicode
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-10-09 13:37:22 +0100
committergingerBill <gingerBill@users.noreply.github.com>2025-10-09 13:37:22 +0100
commitc3d4b1f0b5b0c0fb765b425d19033195ce4588a8 (patch)
treedcaaea3ea6b23fbe2720af46d375b549439eaf2e /core/unicode
parent857c78c22bf97417b74b60cf08eb24ece546e26c (diff)
Add doc line to `core:unicode/utf8/utf8string`
Diffstat (limited to 'core/unicode')
-rw-r--r--core/unicode/utf8/utf8string/string.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/unicode/utf8/utf8string/string.odin b/core/unicode/utf8/utf8string/string.odin
index 4b0fe7241..7d067a9bf 100644
--- a/core/unicode/utf8/utf8string/string.odin
+++ b/core/unicode/utf8/utf8string/string.odin
@@ -1,3 +1,4 @@
+// package utf8string provides a convenient and efficient way to index strings by Unicode code point (rune) rather than byte
package utf8string
import "core:unicode/utf8"