Skip to content

Commit be2ccbb

Browse files
committed
Fixes
1 parent 5979ebc commit be2ccbb

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

source/includes/usage-examples/sample-app-intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ You can use the following sample application to test the code examples on this
55
page. To use the sample application, perform the following steps:
66

77
1. 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.

source/includes/usage-examples/write-code-examples.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
{ <bulk operation 2> },
6060
{ <bulk operation 3> },
6161
]
62-
6362
collection.bulk_write(operations)
6463
# end-bulk-write
6564
end

source/write.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

8989
Update One

0 commit comments

Comments
 (0)