Skip to content

Commit a8aff72

Browse files
committed
Improve sentence structure
1 parent a5f9212 commit a8aff72

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
@@ -255,10 +255,10 @@ runs. This pipeline consists of the first :agg:pipeline:`$group` or
255255
on the results received from the shards.
256256

257257
The :program:`mongos` pipeline merges :agg:pipeline:`$sort` operations
258-
from the shards. The :agg:pipeline:`$group`, brings any “sub-totals”
258+
from the shards. The :agg:pipeline:`$group` operation brings in any “sub-totals”
259259
from the shards and combines them: in some cases these may be
260260
structures. For example, the :agg:expression:`$avg` expression maintains a
261-
total and count for each shard; the :program:`mongos` combines these
261+
total and count for each shard; :program:`mongos` combines these
262262
values and then divides.
263263

264264
.. [#match-sharding] If an early :agg:pipeline:`$match` can exclude

0 commit comments

Comments
 (0)