From e45b57cc15fc6606c394d2089b81cb4ad768f06b Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Sat, 9 Mar 2013 19:35:43 -0800 Subject: [PATCH] Fix duplicate reference to `addToSet`. --- 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 4fc778d3ff5..97120b7e1ad 100644 --- a/source/reference/operator/each.txt +++ b/source/reference/operator/each.txt @@ -14,7 +14,7 @@ $each .. operator:: $each The :operator:`$each` modifier is available for use with the - :operator:`$addToSet` operator and the :operator:`$addToSet` + :operator:`$addToSet` operator and the :operator:`$push` operator. - Use the :operator:`$each` modifier with the :operator:`$addToSet`