We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d30016 commit 79de406Copy full SHA for 79de406
doc/reference/reference_lua/string.rst
@@ -281,7 +281,7 @@ Below is a list of all additional ``string`` functions.
281
``split-string`` occurs.
282
283
:param string input-string: the string to split
284
- :param integer split-string: the string to find within ``input-string``.
+ :param string split-string: the string to find within ``input-string``.
285
Default = space.
286
:param integer max: maximum number of delimiters to process counting
287
from the beginning of the input string. Result will
0 commit comments