From c3d4b1f0b5b0c0fb765b425d19033195ce4588a8 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 9 Oct 2025 13:37:22 +0100 Subject: [PATCH] Add doc line to `core:unicode/utf8/utf8string` --- core/unicode/utf8/utf8string/string.odin | 1 + 1 file changed, 1 insertion(+) 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"