Skip to content

Commit

Permalink
Update 10.collect.md (#1186)
Browse files Browse the repository at this point in the history
lower case
  • Loading branch information
HarrisChu committed Nov 10, 2021
1 parent c68be9d commit fb840cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ nebula> UNWIND [1, 2, 1] AS a \
nebula> UNWIND [1, 2, 1] AS a \
RETURN a, collect(a), size(collect(a));
+---+------------+------------------+
| a | collect(a) | size(COLLECT(a)) |
| a | collect(a) | size(collect(a)) |
+---+------------+------------------+
| 2 | [2] | 1 |
| 1 | [1, 1] | 2 |
Expand Down

0 comments on commit fb840cb

Please sign in to comment.