From 762a55f6655eee6b48b9fe86d8475bfc8efb1f40 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 13 Dec 2012 16:07:14 -0500 Subject: [PATCH] Update source/reference/operator/each.txt minor typo --- source/reference/operator/each.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: