Skip to content

Commit 79de406

Browse files
committed
Fix variable type in Lua string module docs
Resolve #3198
1 parent 1d30016 commit 79de406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/reference_lua/string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Below is a list of all additional ``string`` functions.
281281
``split-string`` occurs.
282282

283283
:param string input-string: the string to split
284-
:param integer split-string: the string to find within ``input-string``.
284+
:param string split-string: the string to find within ``input-string``.
285285
Default = space.
286286
:param integer max: maximum number of delimiters to process counting
287287
from the beginning of the input string. Result will

0 commit comments

Comments
 (0)