Skip to content

Commit 7eba09f

Browse files
committed
docs: increase details on aggregate query with Mongdb
Signed-off-by: Otavio Santana <[email protected]>
1 parent 6c90912 commit 7eba09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ public class Music {
985985

986986
=== Template
987987

988-
The ```MongoDBTemplate``` interface is a specialization of the ```DocumentTemplate``` interface that allows MongoDB particular behavior such as delete and select elements using a `Bson` implementation.
988+
The ```MongoDBTemplate``` interface is a specialization of the ```DocumentTemplate``` interface that allows MongoDB particular behavior such as delete and select elements using a `Bson` implementation and aggreate query.
989989

990990

991991
[source,java]

0 commit comments

Comments
 (0)