File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ manuals are available for offline use:
74
74
75
75
- :hardlink:`MongoDB Reference Manual <mongodb-reference-info.tar.gz>` (tar.gz)
76
76
77
- - :hardlink:`MongoDB CURD Operation Introduction <mongodb-crud-info.tar.gz>` (tar.gz)
77
+ - :hardlink:`MongoDB CRUD Operation Introduction <mongodb-crud-info.tar.gz>` (tar.gz)
78
78
79
79
.. important:: The ``texinfo`` manuals are experimental. If you find
80
80
an issue with one of these editions, please file an issue in the
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ database table, and each document has
44
44
one or more fields, which corresponds to a column in a relational
45
45
database table.
46
46
47
- Collections have important differences from RD MS tables. Documents in a
47
+ Collections have important differences from RDBMS tables. Documents in a
48
48
single collection may have a unique combination and set of fields.
49
49
Documents need not have identical fields. You can add a field to some
50
50
documents in a collection without adding that field to all documents in
You can’t perform that action at this time.
0 commit comments