diff --git a/docs/databases/mongo-db.md b/docs/databases/mongo-db.md index db214fc..d63a43d 100644 --- a/docs/databases/mongo-db.md +++ b/docs/databases/mongo-db.md @@ -722,7 +722,7 @@ db..aggregate([ Performs a recursive search on a collection, with options for restricting the search by recursion depth and query filter. -The connection between documents follows `.` => `.`. The collection on which the aggregation is performed and the `from` collection can be the same (in-collection search) or different (cross-collection search) +The collection on which the aggregation is performed and the `from` collection can be the same (in-collection search) or different (cross-collection search) ```sh db..aggregate([