Skip to content

Commit 2efda42

Browse files
committed
Fix
1 parent 33fd22a commit 2efda42

File tree

1 file changed

+1
-1
lines changed
  • source/fundamentals/crud/write-operations

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ and descriptions </reference/operator/update-field/>`.
9595
``UpdateOne()`` updates the first document that matches the query filter
9696
you provide. To ensure that you update the correct document, you can use the ``sort``
9797
option to specify the order in which the operation finds documents. To learn more,
98-
see the `UpdateOneOptions <{+api+}/mongo/options#UpdateOneOptions>` API documentation.
98+
see the `UpdateOneOptions <{+api+}/mongo/options#UpdateOneOptions>`__ API documentation.
9999

100100
.. note:: Aggregation Pipelines in Update Operations
101101

0 commit comments

Comments
 (0)