8000 Apply suggestions from code review · nickldp/docs-kotlin@6cff67f · GitHub
[go: up one dir, main page]

Skip to content

Commit 6cff67f

Browse files
Apply suggestions from code review
Co-authored-by: cbullinger <115956901+cbullinger@users.noreply.github.com>
1 parent 1daa527 commit 6cff67f

File tree

Expand file tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fundamentals/aggregation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ To perform an aggregation, pass a list of aggregation stages to the
102102
``MongoCollection.aggregate()`` method.
103103

104104
The Kotlin driver provides the
105-
`Aggregates <{+api-kotlin+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Aggregates.html>`__
105+
`Aggregates <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Aggregates.html>`__
106106
helper class that contains builders for aggregation stages.
107107

108108
In the following example, the aggregation pipeline:
@@ -181,7 +181,7 @@ following resources:
181181
Aggregation Expressions
182182
~~~~~~~~~~~~~~~~~~~~~~~
183183

184-
The Java driver provides builders for accumulator expressions for use with
184+
The Kotlin driver provides builders for accumulator expressions for use with
185185
``$group``. You must declare all other expressions in JSON format or
186186
compatible document format.
187187

0 commit comments

Comments
 (0)
0