Fix a bunch of shit

This commit is contained in:
2024-12-21 10:36:32 +01:00
parent c8d4f32d5d
commit 1536a636bd
6 changed files with 14 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
---@param sep string
---@param text string
---@param limit number
---@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).
function strsplit(sep, text, limit) end