Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
delphinus committed Dec 18, 2022
1 parent c15318f commit 81cc5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/cellwidths/table.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---@alias cellwidths.table.CellWidthEntry integer[]
---@alias cellwidths.table.CellWidthEntry integer[]|integer
---@alias cellwidths.table.CellWidth 1|2
---@alias cellwidths.table.CellWidthTable cellwidths.table.CellWidthEntry[]
---@alias CharWidthMap table<string, cellwidths.table.CellWidth>
Expand Down

0 comments on commit 81cc5cd

Please sign in to comment.