File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/fundamentals/crud/write-operations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ to insert them. You can insert documents by using the following methods:
32
32
33
33
This guide includes the following sections:
34
34
35
- - :ref:`The _id Field <rust-retrieve-find >` describes the ``_id`` field
35
+ - :ref:`The _id Field <rust-id-field >` describes the ``_id`` field
36
36
that each document contains
37
37
38
38
- :ref:`Insert a Document <rust-insert-one>` describes how to use the
@@ -345,4 +345,4 @@ guide, see the following API documentation:
345
345
- `InsertManyResult <{+api+}/results/struct.InsertManyResult.html>`__
346
346
- `InsertManyOptions <{+api+}/options/struct.InsertManyOptions.html>`__
347
347
- `BulkWriteError <{+api+}/error/struct.BulkWriteError.html>`__
348
- - `BulkWriteFailure <{+api+}/error/struct.BulkWriteFailure.html>`__
348
+ - `BulkWriteFailure <{+api+}/error/struct.BulkWriteFailure.html>`__
You can’t perform that action at this time.
0 commit comments