Browse Source

Add doc line to `core:unicode/utf8/utf8string`

gingerBill 3 days ago
parent
commit
c3d4b1f0b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/unicode/utf8/utf8string/string.odin

+ 1 - 0
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"