From d56bb89ee9fce20eda76607d8767f09668e4ba6b Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Tue, 5 Dec 2023 12:54:33 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f921a2f1..50e23152 100644 --- a/README.md +++ b/README.md @@ -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 | +| distinct() | Provides an array containing only unique items from the input array | List | Filter Operators -----------------