Skip to content

Commit 0b19f94

Browse files
committed
SA
1 parent e98b209 commit 0b19f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/write/replace.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Overview
2121
--------
2222

2323
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
2525
than an update operation. An update operation modifies only the specified
2626
fields in a target document. A replace operation removes *all* fields
2727
in the target document and replaces them with new ones.
@@ -143,7 +143,7 @@ table describes some options you can set in the array:
143143
documents match the query filter. For more information, see the :manual:`upsert
144144
statement </reference/command/update/#std-label-update-command-upsert>`
145145
in the {+mdb-server+} manual.
146-
| Defaults to ``false``
146+
| Defaults to ``false``.
147147

148148
* - ``bypassDocumentValidation``
149149
- | Specifies whether the replace operation bypasses document validation. This lets you

0 commit comments

Comments
 (0)