From 67bf6298208d7ba8ea1ae5a106b0d79b4c24ea45 Mon Sep 17 00:00:00 2001 From: sammyette Date: Thu, 3 Apr 2025 08:39:48 -0400 Subject: [PATCH] fix: remove random 2 in code --- nature/abbr.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nature/abbr.lua b/nature/abbr.lua index 4fa563c..cbe89ff 100644 --- a/nature/abbr.lua +++ b/nature/abbr.lua @@ -12,7 +12,7 @@ hilbish.abbr = { all = {} } -2--- Adds an abbreviation. The `abbr` is the abbreviation itself, +--- Adds an abbreviation. The `abbr` is the abbreviation itself, --- while `expanded` is what the abbreviation should expand to. --- It can be either a function or a string. If it is a function, it will expand to what --- the function returns.