Skip to content

Commit

Permalink
Fix example display
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Aug 27, 2018
1 parent 9710c18 commit 236a53e
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":"[ 1, 2 ]"}
{ "expression": "array_filter(array(1,2,3),@element &lt; 3)", "returns":"[ 1, 2 ]"}
]
}

0 comments on commit 236a53e

Please sign in to comment.