diff --git a/api/strsplit.lua b/api/strsplit.lua index 94047a7..75892eb 100644 --- a/api/strsplit.lua +++ b/api/strsplit.lua @@ -2,7 +2,7 @@ ---@param sep string ---@param text string ----@param limit number? ---@return string ... ---Splits a string based on another seperator string. Also available as string.split (though not provided by the Lua standard library). +---@overload fun(sep: string, text: string, limit: number): string ... function strsplit(sep, text, limit) end \ No newline at end of file