From cf849f3ddf6eadce046fcfa2b2f957bb3d8adf8e Mon Sep 17 00:00:00 2001 From: RubyTuesdayDONO Date: Wed, 2 Jan 2013 14:48:01 -0600 Subject: [PATCH] grammar and readability corrected verb agreement ("are still require" -> "still require") and adjusted punctuation to improve sentence division and readability --- source/core/read-operations.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/core/read-operations.txt b/source/core/read-operations.txt index 59288db90de..402a8403bae 100644 --- a/source/core/read-operations.txt +++ b/source/core/read-operations.txt @@ -872,9 +872,8 @@ Aggregation MongoDB can perform some basic data aggregation operations on results before returning data to the application. These operations are not -queries, they use :term:`database commands ` rather than queries, and -they do not return a cursor; however, they are still require MongoDB -to read data. +queries; they use :term:`database commands ` rather than queries, and +they do not return a cursor. However, they still require MongoDB to read data. Running aggregation operations on the database side can be more efficient than running them in the application layer and can reduce