From 7a24ea037d44e2df2bc63724bedb7cfe68de54ef Mon Sep 17 00:00:00 2001 From: Chad Oliver Date: Tue, 18 Dec 2012 10:37:03 +1300 Subject: [PATCH] Fixed typo (removed a repeated 'or') --- source/applications/read.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/applications/read.txt b/source/applications/read.txt index 07125c44a31..c8a6c9052a6 100644 --- a/source/applications/read.txt +++ b/source/applications/read.txt @@ -5,7 +5,7 @@ Read .. default-domain:: mongodb Of the four basic database operations (i.e. CRUD), read operation are -those that retrieve records or or :term:`documents ` from a +those that retrieve records or :term:`documents ` from a :term:`collection` in MongoDB. For general information about read operations and the factors that affect their performance, see :doc:`/core/read-operations`; for documentation of the other CRUD