We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fd22a commit 2efda42Copy full SHA for 2efda42
source/fundamentals/crud/write-operations/modify.txt
@@ -95,7 +95,7 @@ and descriptions </reference/operator/update-field/>`.
95
``UpdateOne()`` updates the first document that matches the query filter
96
you provide. To ensure that you update the correct document, you can use the ``sort``
97
option to specify the order in which the operation finds documents. To learn more,
98
- see the `UpdateOneOptions <{+api+}/mongo/options#UpdateOneOptions>` API documentation.
+ see the `UpdateOneOptions <{+api+}/mongo/options#UpdateOneOptions>`__ API documentation.
99
100
.. note:: Aggregation Pipelines in Update Operations
101
0 commit comments