Skip to content

Commit 84a4090

Browse files
authored
DOCSP-34750 fixes admonition on findOneAndUpdate (#5516)
1 parent 7e7f3b0 commit 84a4090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/method/db.collection.findOneAndUpdate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Definition
1919

2020
.. method:: db.collection.findOneAndUpdate( filter, update, options )
2121

22-
.. |dbcommand| replace:: :dbcommand:`update` command
22+
.. |dbcommand| replace:: :dbcommand:`findAndModify` command
2323
.. include:: /includes/fact-mongosh-shell-method-alt
2424

2525
Updates a single document based on the ``filter`` and

0 commit comments

Comments
 (0)