Skip to content

Agg 964 #619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 7, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/reference/aggregation/gt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $gt (aggregation)

.. expression:: $gt

Takes two values in an array and returns an integer. The returned
Takes two values in an array and returns an boolean. The returned
value is:

- ``true`` when the first value is *greater than* the second value.
Expand Down
2 changes: 1 addition & 1 deletion source/reference/aggregation/gte.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $gte (aggregation)

.. expression:: $gte

Takes two values in an array and returns an integer. The returned
Takes two values in an array and returns an boolean. The returned
value is:

- ``true`` when the first value is *greater than or equal* to the
Expand Down
2 changes: 1 addition & 1 deletion source/reference/aggregation/lt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $lt (aggregation)

.. expression:: $lt

Takes two values in an array and returns an integer. The returned
Takes two values in an array and returns an boolean. The returned
value is:

- ``true`` when the first value is *less than* the second value.
Expand Down
2 changes: 1 addition & 1 deletion source/reference/aggregation/lte.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $lte (aggregation)

.. expression:: $lte

Takes two values in an array and returns an integer. The returned
Takes two values in an array and returns an boolean. The returned
value is:

- ``true`` when the first value is *less than or equal to* the
Expand Down
2 changes: 1 addition & 1 deletion source/reference/aggregation/ne.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $ne (aggregation)

.. expression:: $ne

Takes two values in an array returns an integer. The returned value
Takes two values in an array returns an boolean. The returned value
is:

- ``true`` when the values are **not equivalent**.
Expand Down