Skip to content

Commit 99c5d74

Browse files
Bob GrabarSam Kleinman
authored andcommitted
DOCS-1400 minor change to glossary
Signed-off-by: Sam Kleinman <[email protected]>
1 parent c3f452e commit 99c5d74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/reference/glossary.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -769,9 +769,9 @@ Glossary
769769
information.
770770

771771
namespace
772-
A canonical name for a collection or index in MongoDB.
773-
Namespaces consist of a concatenation of the database and
774-
collection or index name, like so:
772+
The canonical name for a collection or index in MongoDB.
773+
The namespace is a combination of the database name and
774+
the name of the collection or index, like so:
775775
``[database-name].[collection-or-index-name]``. All documents
776776
belong to a namespace.
777777

0 commit comments

Comments
 (0)