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 4b05e53 commit 33fd22aCopy full SHA for 33fd22a
source/fundamentals/crud/write-operations/modify.txt
@@ -93,8 +93,9 @@ and descriptions </reference/operator/update-field/>`.
93
.. tip::
94
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.
+ you provide. To ensure that you update the correct document, you can use the ``sort``
+ option to specify the order in which the operation finds documents. To learn more,
98
+ see the `UpdateOneOptions <{+api+}/mongo/options#UpdateOneOptions>` API documentation.
99
100
.. note:: Aggregation Pipelines in Update Operations
101
0 commit comments