From 0883a7f6e1042017a0574c1cbb54b14b494d53b5 Mon Sep 17 00:00:00 2001 From: Jake Angerman Date: Wed, 7 Oct 2015 13:51:08 -0500 Subject: [PATCH] Update shell-types.txt grammar fix --- source/core/shell-types.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/shell-types.txt b/source/core/shell-types.txt index 3fd65a2ff91..e32646b4662 100644 --- a/source/core/shell-types.txt +++ b/source/core/shell-types.txt @@ -69,7 +69,7 @@ The operation returns ``string``. Return ``Date`` ``````````````` -The :program:`mongo` shell wrap objects of ``Date`` type with the +The :program:`mongo` shell wraps objects of ``Date`` type with the ``ISODate`` helper; however, the objects remain of type ``Date``. The following example uses both the ``new Date()`` constructor and the