Pārlūkot izejas kodu

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

gingerBill 4 dienas atpakaļ
vecāks
revīzija
c3d4b1f0b5
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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"