Skip to content

Commit 8fd2882

Browse files
committed
trivial: 2 wording change
1 parent 4a85679 commit 8fd2882

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/reference/command/geoNear.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ To query a :doc:`2d </core/2d>` index, use:
6464
Example
6565
-------
6666

67-
The following runs the :dbcommand:`geoNear` command on the collection ``places``:
67+
The following example runs the :dbcommand:`geoNear` command on the
68+
collection ``places``:
6869

6970
.. code-block:: javascript
7071

@@ -73,7 +74,7 @@ The following runs the :dbcommand:`geoNear` command on the collection ``places``
7374
coordinates : [ -74.00, 40.00 ] },
7475
spherical : true } )
7576

76-
This operation returns the following output:
77+
The operation returns the following output:
7778

7879
.. code-block:: javascript
7980

0 commit comments

Comments
 (0)