Skip to content

Commit 67bf629

Browse files
committed
fix: remove random 2 in code
1 parent 43d8dbc commit 67bf629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nature/abbr.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ hilbish.abbr = {
1212
all = {}
1313
}
1414

15-
2--- Adds an abbreviation. The `abbr` is the abbreviation itself,
15+
--- Adds an abbreviation. The `abbr` is the abbreviation itself,
1616
--- while `expanded` is what the abbreviation should expand to.
1717
--- It can be either a function or a string. If it is a function, it will expand to what
1818
--- the function returns.

0 commit comments

Comments
 (0)