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

fix: remove random 2 in code

This commit is contained in:
sammyette 2025-04-03 08:39:48 -04:00
parent 43d8dbc460
commit 67bf629820
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -12,7 +12,7 @@ hilbish.abbr = {
all = {} 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. --- 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 --- It can be either a function or a string. If it is a function, it will expand to what
--- the function returns. --- the function returns.