From 94af3c288762129ae064b13f7979f3671bb5dcd3 Mon Sep 17 00:00:00 2001 From: skytrias Date: Wed, 21 Dec 2022 21:38:21 +0100 Subject: [PATCH] package name changed --- core/text/match/strlib.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"