From cca59b3a262ddd4495fcf567d6ab6c9c72489ae8 Mon Sep 17 00:00:00 2001 From: silvermanj7 Date: Wed, 19 Oct 2016 14:19:38 -0400 Subject: [PATCH] Update set.txt Added a missing 's' to the word "update" to correct sentence grammar. --- source/reference/operator/update/set.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/operator/update/set.txt b/source/reference/operator/update/set.txt index 3ae57fbee23..93efe99b742 100644 --- a/source/reference/operator/update/set.txt +++ b/source/reference/operator/update/set.txt @@ -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.