From f6c7a3e1ddbd316e172a01d6b250c29b9a3ff627 Mon Sep 17 00:00:00 2001 From: "Santiago M. Mola" Date: Tue, 18 Nov 2014 11:00:27 +0100 Subject: [PATCH] $min and $max update operators accept multiple fields. --- source/reference/operator/update/max.txt | 2 +- source/reference/operator/update/min.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/operator/update/max.txt b/source/reference/operator/update/max.txt index b2e1818e531..136b555f9ce 100644 --- a/source/reference/operator/update/max.txt +++ b/source/reference/operator/update/max.txt @@ -19,7 +19,7 @@ Definition .. code-block:: javascript - { $max: { : } } + { $max: { : , ... } } .. include:: /includes/use-dot-notation.rst diff --git a/source/reference/operator/update/min.txt b/source/reference/operator/update/min.txt index c1dec06dbfa..d4ae353358a 100644 --- a/source/reference/operator/update/min.txt +++ b/source/reference/operator/update/min.txt @@ -17,7 +17,7 @@ Definition .. code-block:: javascript - { $min: { : } } + { $min: { : , ... } } .. include:: /includes/use-dot-notation.rst