Skip to content

Commit

Permalink
pluralize
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Jul 31, 2023
1 parent 72fd6c0 commit 07a315e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts_metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07a315e

Please sign in to comment.