Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Dec 5, 2023
1 parent e707a46 commit d56bb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The function output is dictated by the function itself.
| first() | Provides the first item of an array | Depends on the array |
| last() | Provides the last item of an array | Depends on the array |
| index(X) | Provides the item of an array of index: X, if the X is negative, take from backwards | Depends on the array |
| distinct() | Provides an array containing only unique items from the input array | List<E> |
| distinct() | Provides an array containing only unique items from the input array | List<E> |
Filter Operators
-----------------

Expand Down

0 comments on commit d56bb89

Please sign in to comment.