Skip to content

Commit 08bea97

Browse files
authored
Document "to_array(null)"
documents existing behaviour of the to_array() function when applied to a null value, Thus: `search( to_array(`null`), {} ) -> [ null ]`
1 parent 4a8c323 commit 08bea97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

functions/to_array.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ returns:
1111
desc: ''
1212
desc: |
1313
* array - Returns the passed in value.
14-
15-
* number/string/object/boolean - Returns a one element array containing
14+
* number/string/object/boolean/null - Returns a one element array containing
1615
the passed in argument.
1716
examples:
1817
test0:

0 commit comments

Comments
 (0)