From 6dea5aaacc8941e2c7d3fe36e49d697f76fed095 Mon Sep 17 00:00:00 2001 From: Geoffrey Van Wyk Date: Wed, 5 Jun 2013 23:33:44 +0300 Subject: [PATCH] Update read-operations.txt I corrected the grammar on line 8 where 'application request data' was incorrectly equated with 'queries'. A query is a request; therefore, 'application data requests' makes sense. --- source/core/read-operations.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/read-operations.txt b/source/core/read-operations.txt index 01a4e2c9d2f..682d58db91f 100644 --- a/source/core/read-operations.txt +++ b/source/core/read-operations.txt @@ -5,7 +5,7 @@ Read Operations .. default-domain:: mongodb Read operations include all operations that return a cursor in -response to application request data (i.e. *queries*,) and also +response to application data requests (i.e. *queries*,) and also include a number of :doc:`aggregation ` operations that do not return a cursor but have similar properties as queries. These commands include :dbcommand:`aggregate`, :dbcommand:`count`, and