From f635d3d8afec548178fb67562963cc9553b85685 Mon Sep 17 00:00:00 2001 From: Michael Kutowski Date: Thu, 23 Nov 2023 00:02:48 +0100 Subject: [PATCH] forgot to use the old package name --- core/text/edit/text_edit.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/text/edit/text_edit.odin b/core/text/edit/text_edit.odin index 8979088a7..98477a637 100644 --- a/core/text/edit/text_edit.odin +++ b/core/text/edit/text_edit.odin @@ -1,4 +1,4 @@ -package edit +package text_edit /* Based off the articles by rxi: