[LuaDoc] Fix missing return type on format_*_list
This commit is contained in:
parent
d74ff6f31b
commit
1885113264
1 changed files with 2 additions and 0 deletions
|
@ -47,12 +47,14 @@ string.vformat = stringx.vformat
|
|||
---Formats a list using natural language in the form "a, b, and c"
|
||||
---@param empty tstring
|
||||
---@param strings tstring[]
|
||||
---@return tstring
|
||||
function stringx.format_conjunct_list(empty, strings) end
|
||||
string.format_conjunct_list = stringx.format_conjunct_list
|
||||
|
||||
---Formats a list using natural language in the form "a, b, or c"
|
||||
---@param empty tstring
|
||||
---@param strings tstring[]
|
||||
---@return tstring
|
||||
function stringx.format_disjunct_list(empty, strings) end
|
||||
string.format_disjunct_list = stringx.format_disjunct_list
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue