We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fecba commit 0a8e6edCopy full SHA for 0a8e6ed
source/write/transactions.txt
@@ -93,7 +93,8 @@ This example defines a ``run_transaction`` method that modifies data in the
93
collections of the ``sample_mflix`` database. The code performs the following
94
actions:
95
96
-- Creates ``Mongo::Collection`` instances to access the movies and users collections.
+- Creates ``Mongo::Collection`` instances to access the ``movies`` and ``users``
97
+ collections.
98
- Specifies the read and write concerns for the transaction.
99
- Starts the transaction.
100
- Inserts a document into the ``movies`` collection and prints the results.
0 commit comments