Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/reference/operator/update/set.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Set Elements in Arrays
.. include:: /includes/use-dot-notation.rst

For the document matching the criteria ``_id`` equal to ``100``, the
following operation update the value second element (array index of
following operation updates the value second element (array index of
``1``) in the ``tags`` field and the ``rating`` field in the first
element (array index of ``0``) of the ``ratings`` array.

Expand Down