From 3bff9e16bb075fdc2161f7897193a29c78767d88 Mon Sep 17 00:00:00 2001 From: divakarpatil51 Date: Mon, 14 Dec 2015 11:46:50 +0530 Subject: [PATCH] Update indexes-introduction.txt --- source/core/indexes-introduction.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/indexes-introduction.txt b/source/core/indexes-introduction.txt index b0a946a15e7..be69013af66 100644 --- a/source/core/indexes-introduction.txt +++ b/source/core/indexes-introduction.txt @@ -10,7 +10,7 @@ Index Introduction Indexes support the efficient execution of queries in MongoDB. Without indexes, MongoDB must perform a *collection scan*, i.e. scan every document in a collection, to select those documents that match the -query statement. If an appropriate index exists for a query, +query statement. If an appropriate index exist for a document, MongoDB can use the index to limit the number of documents it must inspect.