Skip to content

Commit 33fd22a

Browse files
committed
Fix
1 parent 4b05e53 commit 33fd22a

File tree

1 file changed

+3
-2
lines changed
  • source/fundamentals/crud/write-operations

1 file changed

+3
-2
lines changed

source/fundamentals/crud/write-operations/modify.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ and descriptions </reference/operator/update-field/>`.
9393
.. tip::
9494

9595
``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.
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.
9899

99100
.. note:: Aggregation Pipelines in Update Operations
100101

0 commit comments

Comments
 (0)