Skip to content

Commit 5bd9bcc

Browse files
petitclchristophstrobl
authored andcommitted
Fix bullet points in aggregation framework reference documentation.
Closes: #3632
1 parent 54f75e6 commit 5bd9bcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/asciidoc/reference/mongodb.adoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -2444,9 +2444,8 @@ A `TypedAggregation`, just like an `Aggregation`, holds the instructions of the
24442444
At runtime, field references get checked against the given input type, considering potential `@Field` annotations.
24452445
[NOTE]
24462446
====
2447-
Changed in 3.2 referencing none-xistent properties does no longer raise errors. To restore the previous behaviour use the `strictMapping` option of `AggregationOptions`.
2447+
Changed in 3.2 referencing non-existent properties does no longer raise errors. To restore the previous behaviour use the `strictMapping` option of `AggregationOptions`.
24482448
====
2449-
+
24502449
* `AggregationDefinition`
24512450
+
24522451
An `AggregationDefinition` represents a MongoDB aggregation pipeline operation and describes the processing that should be performed in this aggregation step. Although you could manually create an `AggregationDefinition`, we recommend using the static factory methods provided by the `Aggregate` class to construct an `AggregateOperation`.

0 commit comments

Comments
 (0)