Skip to content

Commit e1266ce

Browse files
author
Sam Kleinman
committed
merge: minor fix
2 parents 0266d36 + cf849f3 commit e1266ce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/core/read-operations.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -872,9 +872,8 @@ Aggregation
872872

873873
MongoDB can perform some basic data aggregation operations on results
874874
before returning data to the application. These operations are not
875-
queries, they use :term:`database commands <database command>` rather than queries, and
876-
they do not return a cursor; however, they are still require MongoDB
877-
to read data.
875+
queries; they use :term:`database commands <database command>` rather than queries, and
876+
they do not return a cursor. However, they still require MongoDB to read data.
878877

879878
Running aggregation operations on the database side can be more
880879
efficient than running them in the application layer and can reduce

0 commit comments

Comments
 (0)