Skip to content

Commit ad9cf57

Browse files
committed
JS feedback
1 parent 99b39b9 commit ad9cf57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/read/project.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Specify Fields to Include
5454

5555
To specify the fields to include in the result, pass an options array to the
5656
``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:
5858

5959
.. code-block:: php
6060

@@ -120,7 +120,7 @@ Specify Fields to Exclude
120120

121121
To specify the fields to exclude from the result, pass an options array to the
122122
``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:
124124

125125
.. code-block:: php
126126

0 commit comments

Comments
 (0)