From 434eb9bb75afc625ad6ce65ff05f4371c7f3e65a Mon Sep 17 00:00:00 2001 From: sammyette Date: Wed, 2 Apr 2025 10:24:44 -0400 Subject: [PATCH] fix: make abbr hilbish.abbr for docs --- nature/abbr.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nature/abbr.lua b/nature/abbr.lua index 6555886..bd327f2 100644 --- a/nature/abbr.lua +++ b/nature/abbr.lua @@ -1,4 +1,4 @@ --- @module abbr +-- @module hilbish.abbr -- command line abbreviations -- The abbr module manages Hilbish abbreviations. These are words that can be replaced -- with longer command line strings when entered.