From 59dfe253bb35080fd9a24b1226c8f12d75d4f736 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 7 Mar 2024 04:27:57 -0800 Subject: [PATCH] Fix grammatical error --- content/en/functions/collections/Where.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/collections/Where.md b/content/en/functions/collections/Where.md index 586e5b278..d56b80867 100644 --- a/content/en/functions/collections/Where.md +++ b/content/en/functions/collections/Where.md @@ -12,7 +12,7 @@ toc: true aliases: [/functions/where] --- -The `where` function returns the given collection, removing elements that do not satisfy the comparison condition. The comparison condition is comprised of the `KEY`, `OPERATOR`, and `VALUE` arguments: +The `where` function returns the given collection, removing elements that do not satisfy the comparison condition. The comparison condition is composed of the `KEY`, `OPERATOR`, and `VALUE` arguments: ```text collections.Where COLLECTION KEY [OPERATOR] VALUE