We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a85679 commit 8fd2882Copy full SHA for 8fd2882
source/reference/command/geoNear.txt
@@ -64,7 +64,8 @@ To query a :doc:`2d </core/2d>` index, use:
64
Example
65
-------
66
67
-The following runs the :dbcommand:`geoNear` command on the collection ``places``:
+The following example runs the :dbcommand:`geoNear` command on the
68
+collection ``places``:
69
70
.. code-block:: javascript
71
@@ -73,7 +74,7 @@ The following runs the :dbcommand:`geoNear` command on the collection ``places``
73
74
coordinates : [ -74.00, 40.00 ] },
75
spherical : true } )
76
-This operation returns the following output:
77
+The operation returns the following output:
78
79
80
0 commit comments