Skip to content

Commit fe1ac5b

Browse files
committed
update description
1 parent 45daef8 commit fe1ac5b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/crud/bulk.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -393,10 +393,11 @@ Bulk Operation Example: Full File
393393
The following example is a fully runnable file that performs the following actions:
394394

395395
- Matches a document in which the ``name`` field value is ``"Towne Cafe"`` and
396-
replaces it with a new document with the name field value set to ``"New Towne
397-
Cafe"``
398-
- Matches a document in which the ``name`` field value is ``"New Towne Cafe"``
399-
and updates the ``cuisine`` field value to ``"French"``
396+
replaces it with a new document with the ``name`` field value set to ``"New Towne
397+
Cafe"`` and the ``cuisine`` field value set to ``"French"``
398+
399+
- Matches a document in which the ``name`` field value is ``Riviera Caterer`` and
400+
updates the ``name`` field value to ``"Riviera Cafe"``
400401

401402
.. io-code-block::
402403
:copyable: true

0 commit comments

Comments
 (0)