Przeglądaj źródła

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

gingerBill 3 dni temu
rodzic
commit
c3d4b1f0b5
1 zmienionych plików z 1 dodań i 0 usunięć
  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
 package utf8string
 
 
 import "core:unicode/utf8"
 import "core:unicode/utf8"