From 07a315e96fa1bdddc05e4c613ec9a05112d1a88a Mon Sep 17 00:00:00 2001 From: Oliver Rice Date: Mon, 31 Jul 2023 13:43:24 -0500 Subject: [PATCH] pluralize --- docs/concepts_metadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts_metadata.md b/docs/concepts_metadata.md index 14b8853..a19f2d2 100644 --- a/docs/concepts_metadata.md +++ b/docs/concepts_metadata.md @@ -32,7 +32,7 @@ Comparison operators compare a provided value with a value stored in metadata fi | $gte | Matches values that are greater than or equal to a specified value | | $lt | Matches values that are less than a specified value | | $lte | Matches values that are less than or equal to a specified value | -| $in | Matches values that are contained by scalar list of specified value | +| $in | Matches values that are contained by scalar list of specified values | ### Logical Operators