Skip to content

Commit

Permalink
Adjust array representation in help
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 23, 2018
1 parent 5e2a523 commit 283c34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/array_filter
Expand Up @@ -7,6 +7,6 @@
{"arg":"expression","description":"an expression to evaluate on each item. The variable `@element` will be replaced by the current value."}
],
"examples": [
{ "expression": "array_filter(array(1,2,3),@element < 3)", "returns":"array: [1, 2]"}
{ "expression": "array_filter(array(1,2,3),@element < 3)", "returns":"array: 1, 2"}
]
}

0 comments on commit 283c34e

Please sign in to comment.