File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,10 @@ The following example inserts a document into the ``restaurants`` collection:
8383
8484.. literalinclude:: /includes/write/insert.rb
8585 :language: ruby
86- :start-after: start-insert-one
87- :end-before: end-insert-one
88- :dedent:
89- :copyable:
86+ :start-after: start-insert-one
87+ :end-before: end-insert-one
88+ :dedent:
89+ :copyable:
9090
9191Insert Multiple Documents
9292-------------------------
@@ -98,10 +98,10 @@ The following example inserts two documents into the ``restaurants`` collection:
9898
9999.. literalinclude:: /includes/write/insert.rb
100100 :language: ruby
101- :start-after: start-insert-many
102- :end-before: end-insert-many
103- :dedent:
104- :copyable:
101+ :start-after: start-insert-many
102+ :end-before: end-insert-many
103+ :dedent:
104+ :copyable:
105105
106106Modify Insert Behavior
107107----------------------
@@ -144,10 +144,10 @@ option is enabled, this insert operation bypasses document-level validation:
144144
145145.. literalinclude:: /includes/write/insert.rb
146146 :language: ruby
147- :start-after: start-insert-options
148- :end-before: end-insert-options
149- :dedent:
150- :copyable:
147+ :start-after: start-insert-options
148+ :end-before: end-insert-options
149+ :dedent:
150+ :copyable:
151151
152152Additional Information
153153----------------------
You can’t perform that action at this time.
0 commit comments