Skip to content

Commit 05db711

Browse files
Isabell LongTimSlavinMongoDB
authored andcommitted
Change "equal to or greater than" to "greater than or equal to"
- This is consistent with "less than or equal to" and the $gte operator. Signed-off-by: Sam Kleinman <[email protected]>
1 parent 9dfaf6a commit 05db711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/ref-toc-operator-query-comparison.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Matches values that are greater than the value specified in the qu
44
---
55
name: ":query:`$gte`"
66
file: /reference/operator/query/gte
7-
description: "Matches values that are equal to or greater than the value specified in the query."
7+
description: "Matches values that are greater than or equal to the value specified in the query."
88
---
99
name: ":query:`$in`"
1010
file: /reference/operator/query/in

0 commit comments

Comments
 (0)