File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ You can use the following sample application to test the code examples on this
55page. To use the sample application, perform the following steps:
66
771. Ensure you have the {+driver-short+} installed in your {+language+} project.
8- #. Copy the following code and paste it into a new ``.ruby `` file.
8+ #. Copy the following code and paste it into a new ``.rb `` file.
99#. Copy a code example from this page and paste it on the specified lines in the file.
Original file line number Diff line number Diff line change 5959 { <bulk operation 2 > } ,
6060 { <bulk operation 3 > } ,
6161 ]
62-
6362 collection . bulk_write ( operations )
6463 # end-bulk-write
6564end
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ The following code shows how to insert multiple documents into a collection:
8383 :copyable:
8484 :dedent:
8585
86- To learn more about the ``insert_one `` method, see the
86+ To learn more about the ``insert_many `` method, see the
8787:ref:`Insert Documents <ruby-write-insert>` guide.
8888
8989Update One
You can’t perform that action at this time.
0 commit comments