Skip to content

Commit 2fa5573

Browse files
authored
DOCSP-35271 Incorrect db.collection.find Syntax Placeholder (#5711) (#5729)
1 parent 58ee917 commit 2fa5573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/method/db.collection.find.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The :method:`~db.collection.find()` method has the following form:
4646

4747
.. code-block:: javascript
4848

49-
db.collection.find( <query>, <filter>, <options> )
49+
db.collection.find( <query>, <projection>, <options> )
5050

5151
The :method:`~db.collection.find()` method takes the following
5252
parameters:

0 commit comments

Comments
 (0)