Skip to content

Commit 8c037ad

Browse files
committed
doc-gen: update function docs
1 parent f2318e5 commit 8c037ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user-guide/sql/scalar_functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -971,8 +971,8 @@ concat_ws(separator, str[, ..., str_n])
971971

972972
#### Arguments
973973

974-
- **str**: String expression to operate on. Can be a constant, column, or function, and any combination of operators.
975974
- **separator**: Separator to insert between concatenated strings.
975+
- **str**: String expression to operate on. Can be a constant, column, or function, and any combination of operators.
976976
- **str_n**: Subsequent string expressions to concatenate.
977977

978978
#### Example

0 commit comments

Comments
 (0)