diff --git a/source/reference/operator/each.txt b/source/reference/operator/each.txt index d3cfc29460e..4059ee395e4 100644 --- a/source/reference/operator/each.txt +++ b/source/reference/operator/each.txt @@ -12,7 +12,7 @@ $each .. operator:: $each - The :operator:`$each` is available within the + The :operator:`$each` operator is available within the :operator:`$addToSet`, which allows you to add multiple values to the array if they do not exist in the ``field`` array in a single operation. Consider the following prototype: