Skip to content

Commit c2ac4de

Browse files
authored
Fix syntax
1 parent f47504e commit c2ac4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Joins multiple field values into a new field. Can be combined with additional li
322322
The default `join_char` is a single space. Literal strings have to start with `~`.
323323

324324
```perl
325-
paste("<targetField>", "<sourceField_1>"[, ...][, join_char: ", "])
325+
paste("<targetField>", "<sourceField_1>"[, ...][, "join_char": ", "])
326326
```
327327

328328
E.g.:

0 commit comments

Comments
 (0)