Skip to content

Commit 35c0bdc

Browse files
authored
Merge pull request #6159 from v-maudel/patch-1
CC59001: fixed typo in 'CONCAT_WS'
2 parents 54d7146 + 4e16ebe commit 35c0bdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/concat-ws-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This function returns a string resulting from the concatenation, or joining, of
3030

3131
## Syntax
3232
```sql
33-
CONCAT_WS ( separator, argument1, argument1 [, argumentN]… )
33+
CONCAT_WS ( separator, argument1, argument2 [, argumentN]… )
3434
```
3535

3636
## Arguments

0 commit comments

Comments
 (0)