From 4400e39a69dce6c2a63b391242e38f781e35025d Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Fri, 18 Feb 2022 15:17:17 +0100 Subject: chore: fix typos (#2292) --- lua/lvim/interface/text.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lvim/interface/text.lua') 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 " " -- cgit v1.2.3