From 53f9613242ec258643153c1938776b922af2d03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Wed, 23 Jan 2013 01:33:26 -0500 Subject: [PATCH] Minor typo --- source/applications/database-references.txt | 2 +- source/core/shell-types.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/applications/database-references.txt b/source/applications/database-references.txt index 665827cbfbf..729678da8bb 100644 --- a/source/applications/database-references.txt +++ b/source/applications/database-references.txt @@ -10,7 +10,7 @@ Database References .. default-domain:: mongodb MongoDB does not support joins. In MongoDB some data is -"denormalized," or stored with related data in :term:`documents +"denormalized", or stored with related data in :term:`documents ` to remove the need for joins. However, in some cases it makes sense to store related information in separate documents, typically in different collections or databases. diff --git a/source/core/shell-types.txt b/source/core/shell-types.txt index 5c6c92eec83..c7c3bbacbd4 100644 --- a/source/core/shell-types.txt +++ b/source/core/shell-types.txt @@ -20,7 +20,7 @@ Date The :program:`mongo` shell provides various options to return the date, either as a string or as an object: -- ``Date()`` method which returns the current date as a string +- ``Date()`` method which returns the current date as a string. - ``Date()`` constructor which returns an ``ISODate`` object when used with the ``new`` operator.