Skip to content

Commit 84dbbce

Browse files
committed
Document default delimiter for string.split
1 parent 7c2f6c7 commit 84dbbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Runtime Environment/String.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ assert(s:lower(1) == "hELLO")
1919
Splits a string by a separator.
2020
#### Parameters
2121
1. The string to split.
22-
2. The separator to split a string by. This can be any string.
22+
2. The separator to split a string by. This can be any string. Defaults to `,`.
2323
3. An optional limit for the returned table size.
2424
#### Returns
2525
A table.

0 commit comments

Comments
 (0)