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 @@ -21,7 +21,7 @@ Overview
21
21
--------
22
22
23
23
In this guide, you can learn how to use the {+php-library+} to run a replace
24
- operation on MongoDB collection. A replace operation performs differently
24
+ operation on a MongoDB collection. A replace operation performs differently
25
25
than an update operation. An update operation modifies only the specified
26
26
fields in a target document. A replace operation removes *all* fields
27
27
in the target document and replaces them with new ones.
@@ -143,7 +143,7 @@ table describes some options you can set in the array:
143
143
documents match the query filter. For more information, see the :manual:`upsert
144
144
statement </reference/command/update/#std-label-update-command-upsert>`
145
145
in the {+mdb-server+} manual.
146
- | Defaults to ``false``
146
+ | Defaults to ``false``.
147
147
148
148
* - ``bypassDocumentValidation``
149
149
- | Specifies whether the replace operation bypasses document validation. This lets you
You can’t perform that action at this time.
0 commit comments