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 58ee917 commit 2fa5573Copy full SHA for 2fa5573
source/reference/method/db.collection.find.txt
@@ -46,7 +46,7 @@ The :method:`~db.collection.find()` method has the following form:
46
47
.. code-block:: javascript
48
49
- db.collection.find( <query>, <filter>, <options> )
+ db.collection.find( <query>, <projection>, <options> )
50
51
The :method:`~db.collection.find()` method takes the following
52
parameters:
0 commit comments