Skip to content

Commit f0d92f2

Browse files
committed
SA feedback
1 parent 4b47114 commit f0d92f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/databases-collections.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ MongoDB organizes data into a hierarchy of the following levels:
2727

2828
- **Databases**: Top-level data structures in a MongoDB deployment that store collections.
2929
- **Collections**: Groups of MongoDB documents. They are analogous to tables in relational databases.
30-
- **Documents**: Units that store literal data such as string, numbers, dates, and other embedded documents.
30+
- **Documents**: Units that store literal data such as strings, numbers, dates, and other embedded documents.
3131
For more information about document field types and structure, see the
3232
:manual:`Documents </core/document/>` entry in the {+mdb-server+} manual.
3333

0 commit comments

Comments
 (0)