Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add precision to concatenator parameter
  • Loading branch information
DelazJ authored and nyalldawson committed Apr 10, 2023
1 parent a2b2459 commit 7269abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/aggregate
Expand Up @@ -20,7 +20,7 @@
"arg": "concatenator",
"optional": true,
"default": "''",
"description": "optional string to use to join values for 'concatenate' aggregate"
"description": "optional string to use to join values for 'concatenate' and 'concatenate_unique' aggregates"
}, {
"arg": "order_by",
"optional": true,
Expand Down

0 comments on commit 7269abe

Please sign in to comment.