From cda924573fa425a0b6af66848492fa9eeca31261 Mon Sep 17 00:00:00 2001 From: Bernd Nigmann Date: Sat, 30 Aug 2014 18:06:55 -0400 Subject: [PATCH] Update read-operations-introduction.txt Fixed small typo. --- source/core/read-operations-introduction.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/read-operations-introduction.txt b/source/core/read-operations-introduction.txt index 8b9d23da5dd..99fd10a7afe 100644 --- a/source/core/read-operations-introduction.txt +++ b/source/core/read-operations-introduction.txt @@ -21,7 +21,7 @@ over the network. Query Interface --------------- -For query operations, MongoDB provide a :method:`db.collection.find()` +For query operations, MongoDB provides a :method:`db.collection.find()` method. The method accepts both the query criteria and projections and returns a :doc:`cursor ` to the matching documents. You can optionally modify the query to impose limits, skips, and sort