File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Specify Fields to Include
54
54
55
55
To specify the fields to include in the result, pass an options array to the
56
56
``MongoDB\Collection::findOne()`` or ``MongoDB\Collection::find()`` method that
57
- sets the ``projection`` option. To set this option, use the following syntax :
57
+ sets the ``projection`` option. Use the following syntax to set this option :
58
58
59
59
.. code-block:: php
60
60
@@ -120,7 +120,7 @@ Specify Fields to Exclude
120
120
121
121
To specify the fields to exclude from the result, pass an options array to the
122
122
``MongoDB\Collection::findOne()`` or ``MongoDB\Collection::find()`` method that
123
- sets the ``projection`` option. To set this option, use the following syntax :
123
+ sets the ``projection`` option. Use the following syntax to set this option :
124
124
125
125
.. code-block:: php
126
126
You can’t perform that action at this time.
0 commit comments