Skip to content

Commit 035102a

Browse files
committed
fix desc
1 parent e189033 commit 035102a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/builders.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ This example performs the following actions:
123123
- Uses the ``Query::eq()`` factory method to match documents in which
124124
the ``feature_type`` field value is ``'Wrecks - Visible'``
125125
- Uses the ``Query::near()`` factory method to match documents in which
126-
the ``feature_type`` field value is ``'Wrecks - Visible'``
126+
the ``coordinates`` location field is within ``10000`` meters of the
127+
specified coordinates
127128
- Calls the :phpmethod:`MongoDB\Collection::find()`
128129
method to retrieve the matching documents
129130
- Prints the matching documents

0 commit comments

Comments
 (0)