Skip to content

Commit 57db0fa

Browse files
authored
Merge pull request ClickHouse#79959 from caicre/patch-2
Update splitting-merging-functions.md
2 parents e82f338 + e497966 commit 57db0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/sql-reference/functions/splitting-merging-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ splitByChar(separator, s[, max_substrings]))
2121

2222
**Arguments**
2323

24-
- `separator` — The separator which should contain exactly one character. [String](../data-types/string.md).
24+
- `separator` — The separator must be a single-byte character. [String](../data-types/string.md).
2525
- `s` — The string to split. [String](../data-types/string.md).
2626
- `max_substrings` — An optional `Int64` defaulting to 0. If `max_substrings` > 0, the returned array will contain at most `max_substrings` substrings, otherwise the function will return as many substrings as possible.
2727

0 commit comments

Comments
 (0)