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"