From 51f3220ad5f0b7ae4a249d083d1620fc6042d19a Mon Sep 17 00:00:00 2001 From: Bob Grabar Date: Thu, 18 Apr 2013 10:13:24 -0400 Subject: [PATCH] DOCS-1400 minor change to glossary --- source/reference/glossary.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/reference/glossary.txt b/source/reference/glossary.txt index e418af796e1..dd17af5a07d 100644 --- a/source/reference/glossary.txt +++ b/source/reference/glossary.txt @@ -769,9 +769,9 @@ Glossary information. namespace - A canonical name for a collection or index in MongoDB. - Namespaces consist of a concatenation of the database and - collection or index name, like so: + The canonical name for a collection or index in MongoDB. + The namespace is a combination of the database name and + the name of the collection or index, like so: ``[database-name].[collection-or-index-name]``. All documents belong to a namespace.