diff --git a/source/core/shell-types.txt b/source/core/shell-types.txt index 045b6418443..91c328985f5 100644 --- a/source/core/shell-types.txt +++ b/source/core/shell-types.txt @@ -33,8 +33,7 @@ either as a string or as a ``Date`` object: - ``Date()`` method which returns the current date as a string. -- ``new Date()`` constructor which returns a ``Date`` object using the - ``ISODate()`` wrapper. +- ``new Date()`` constructor which returns a ``Date`` object. - ``ISODate()`` constructor which returns a ``Date`` object using the ``ISODate()`` wrapper.