summaryrefslogtreecommitdiff
path: root/lua/lvim/interface/text.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-02-21 11:51:32 +0100
committerkylo252 <[email protected]>2022-02-21 11:51:32 +0100
commit3abb0a7350392a4a02f970e8636dcb167c1ba53c (patch)
treec2f12e15d5fd78cfb0d4a5023c97820bd9a66a83 /lua/lvim/interface/text.lua
parentc8157a0b924279c4344b8c311d793545d1549cf0 (diff)
parent4400e39a69dce6c2a63b391242e38f781e35025d (diff)
Merge branch 'rolling'
Diffstat (limited to 'lua/lvim/interface/text.lua')
-rw-r--r--lua/lvim/interface/text.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/interface/text.lua b/lua/lvim/interface/text.lua
index 6bf280e8..0266d520 100644
--- a/lua/lvim/interface/text.lua
+++ b/lua/lvim/interface/text.lua
@@ -56,7 +56,7 @@ end
--- Pretty format tables
-- @param entries The table to format
-- @param col_count The number of column to span the table on
--- @param col_sep The separator between each colummn, default: " "
+-- @param col_sep The separator between each column, default: " "
function M.format_table(entries, col_count, col_sep)
col_sep = col_sep or " "