Skip to content

Commit 283c34e

Browse files
committed
Adjust array representation in help
1 parent 5e2a523 commit 283c34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/function_help/json/array_filter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
{"arg":"expression","description":"an expression to evaluate on each item. The variable `@element` will be replaced by the current value."}
88
],
99
"examples": [
10-
{ "expression": "array_filter(array(1,2,3),@element < 3)", "returns":"array: [1, 2]"}
10+
{ "expression": "array_filter(array(1,2,3),@element < 3)", "returns":"array: 1, 2"}
1111
]
1212
}

0 commit comments

Comments
 (0)