diff options
author | dundargoc <[email protected]> | 2022-02-18 15:17:17 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-18 17:47:17 +0330 |
commit | 4400e39a69dce6c2a63b391242e38f781e35025d (patch) | |
tree | 6e935a21b7e07339299d6b0348b90cbc3b7d5ded /lua/lvim/interface | |
parent | 3d4d9db850b6cb9e3eff08d93d95da8b6f97a70c (diff) |
chore: fix typos (#2292)
Diffstat (limited to 'lua/lvim/interface')
-rw-r--r-- | lua/lvim/interface/text.lua | 2 |
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 " " |