Skip to content

Commit e0c00b8

Browse files
author
Sam Kleinman
committed
merge: DOCS-900
2 parents a3e80b0 + 76630f9 commit e0c00b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/reference/operator/near.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ $near
66

77
.. operator:: $near
88

9-
The :operator:`$near` operator takes an argument, coordinates
10-
describing a point in the form of ``[x, y]``, and returns a list of
11-
objects sorted by distance from those coordinates. See the
12-
following example:
9+
The :operator:`$near` operator takes an argument, coordinates for a
10+
point in the form of ``[x, y]``, and returns a list of objects
11+
sorted by distance from nearest to farthest with respect to those
12+
coordinates. See the following example:
1313

1414
.. code-block:: javascript
1515

0 commit comments

Comments
 (0)