Skip to content

Commit 0a8e6ed

Browse files
committed
rr feedback
1 parent 26fecba commit 0a8e6ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/write/transactions.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ This example defines a ``run_transaction`` method that modifies data in the
9393
collections of the ``sample_mflix`` database. The code performs the following
9494
actions:
9595

96-
- Creates ``Mongo::Collection`` instances to access the movies and users collections.
96+
- Creates ``Mongo::Collection`` instances to access the ``movies`` and ``users``
97+
collections.
9798
- Specifies the read and write concerns for the transaction.
9899
- Starts the transaction.
99100
- Inserts a document into the ``movies`` collection and prints the results.

0 commit comments

Comments
 (0)