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:
7474
7575- :hardlink:`MongoDB Reference Manual <mongodb-reference-info.tar.gz>` (tar.gz)
7676
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)
7878
7979.. important:: The ``texinfo`` manuals are experimental. If you find
8080 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
4444one or more fields, which corresponds to a column in a relational
4545database table.
4646
47- Collections have important differences from RD MS tables. Documents in a
47+ Collections have important differences from RDBMS tables. Documents in a
4848single collection may have a unique combination and set of fields.
4949Documents need not have identical fields. You can add a field to some
5050documents in a collection without adding that field to all documents in
You can’t perform that action at this time.
0 commit comments