2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-20 20:43:23 +00:00

fix: make abbr hilbish.abbr for docs

This commit is contained in:
sammyette 2025-04-02 10:24:44 -04:00
parent 99c77d1910
commit 434eb9bb75
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -1,4 +1,4 @@
-- @module abbr -- @module hilbish.abbr
-- command line abbreviations -- command line abbreviations
-- The abbr module manages Hilbish abbreviations. These are words that can be replaced -- The abbr module manages Hilbish abbreviations. These are words that can be replaced
-- with longer command line strings when entered. -- with longer command line strings when entered.