Skip to content

Commit a5f9212

Browse files
committed
Improve sentence structure
1 parent 0b9127e commit a5f9212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/applications/aggregation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ all of the operators up to and including the first
251251
:agg:pipeline:`$group` or :agg:pipeline:`$sort` to each shard.
252252
[#match-sharding]_ Then, a second pipeline on the :program:`mongos`
253253
runs. This pipeline consists of the first :agg:pipeline:`$group` or
254-
:agg:pipeline:`$sort` and any remaining pipeline operators: this
255-
pipeline runs on the results received from the shards.
254+
:agg:pipeline:`$sort` and any remaining pipeline operators, and runs
255+
on the results received from the shards.
256256

257257
The :program:`mongos` pipeline merges :agg:pipeline:`$sort` operations
258258
from the shards. The :agg:pipeline:`$group`, brings any “sub-totals”

0 commit comments

Comments
 (0)