aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskytrias <skytrias@protonmail.com>2022-12-21 21:38:21 +0100
committerskytrias <skytrias@protonmail.com>2022-12-21 21:38:21 +0100
commit94af3c288762129ae064b13f7979f3671bb5dcd3 (patch)
tree2de5f6e048dd15f56a4bde744fc627aaa804ca39
parente5d0417a6cfb4c140daca76be8ddd298c72cfd90 (diff)
package name changed
-rw-r--r--core/text/match/strlib.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/text/match/strlib.odin b/core/text/match/strlib.odin
index 12bb45aae..d299dc43d 100644
--- a/core/text/match/strlib.odin
+++ b/core/text/match/strlib.odin
@@ -1,4 +1,4 @@
-package strlib
+package text_match
import "core:runtime"
import "core:unicode"