strings: Fix up documentation of split_n

This commit is contained in:
flysand7
2023-12-05 23:17:19 +11:00
parent 65afe6f70d
commit 2e1b2dc3ba

View File

@@ -885,6 +885,7 @@ Splits a string into parts based on a separator. If n < count of seperators, the
Inputs:
- s: The string to split.
- sep: The separator string used to split the input string.
- n: The maximum amount of parts to split the string into.
- allocator: (default is context.allocator)
Returns: