Skip to content

Commit fe1c19f

Browse files
committed
typo
1 parent f0b50af commit fe1c19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/write/transactions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ transaction, and insert documents into a collection in one transaction
117117
through the following steps:
118118

119119
1. Create a session from the client by using the ``startSession()`` method.
120-
#. Define the ``insertRestaurantsInTransaction`` method to insert multiple
120+
#. Define the ``insertRestaurantsInTransaction()`` method to insert multiple
121121
documents into the ``restaurants`` collection.
122122
#. Use the ``withTransaction()`` method to start a transaction. The ``withTransaction()``
123123
method runs the insert operation and commits the transaction. If any

0 commit comments

Comments
 (0)