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:
parent
43d8dbc460
commit
67bf629820
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user