Skip to content

Commit 3c82479

Browse files
author
Ed Costello
committed
minor typo fixes
1 parent 7a231d0 commit 3c82479

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/about.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

source/faq/fundamentals.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ database table, and each document has
4444
one or more fields, which corresponds to a column in a relational
4545
database 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
4848
single collection may have a unique combination and set of fields.
4949
Documents need not have identical fields. You can add a field to some
5050
documents in a collection without adding that field to all documents in

0 commit comments

Comments
 (0)