docs(lua): fix treesitter parsing errors

This commit is contained in:
Christian Clason
2022-12-28 14:20:42 +01:00
parent 9cc37e057a
commit dfb840970c
3 changed files with 4 additions and 6 deletions

View File

@@ -113,7 +113,7 @@ end
---
---@param s string String to split
---@param sep string Separator or pattern
---@param kwargs ({plain: boolean, trimempty: boolean}|nil) Keyword arguments:
---@param kwargs (table|nil) Keyword arguments:
--- - plain: (boolean) If `true` use `sep` literally (passed to string.find)
--- - trimempty: (boolean) If `true` remove empty items from the front
--- and back of the list