Skip to content

Commit 7a24ea0

Browse files
committed
Fixed typo (removed a repeated 'or')
1 parent c154729 commit 7a24ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/applications/read.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Read
55
.. default-domain:: mongodb
66

77
Of the four basic database operations (i.e. CRUD), read operation are
8-
those that retrieve records or or :term:`documents <document>` from a
8+
those that retrieve records or :term:`documents <document>` from a
99
:term:`collection` in MongoDB. For general information about read
1010
operations and the factors that affect their performance, see
1111
:doc:`/core/read-operations`; for documentation of the other CRUD

0 commit comments

Comments
 (0)