Skip to content

Commit 3ba6a14

Browse files
committed
trivial: clarify values in documents
1 parent b9e1f75 commit 3ba6a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/core/crud-introduction.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ MongoDB CRUD Introduction
66

77
MongoDB stores data in the form of *documents*, which are JSON-like
88
field and value pairs. Documents are analogous to structures in
9-
programming languages that associate keys with values, where keys may
10-
hold other pairs of keys and values (e.g. dictionaries, hashes, maps,
9+
programming languages that associate keys with values, where values may
10+
be other pairs of keys and values (e.g. dictionaries, hashes, maps,
1111
and associative arrays). Formally, MongoDB documents are :term:`BSON`
1212
documents, which is a binary representation of :term:`JSON` with
1313
additional type information. For more information, see

0 commit comments

Comments
 (0)