diff --git a/source/reference/operator/aggregation/unwind.txt b/source/reference/operator/aggregation/unwind.txt index 9c61c10738e..f287cc5c540 100644 --- a/source/reference/operator/aggregation/unwind.txt +++ b/source/reference/operator/aggregation/unwind.txt @@ -42,21 +42,21 @@ $unwind (aggregation) "result" : [ { "_id" : ObjectId("4e6e4ef557b77501a49233f6"), - "title" : "this is my title", - "author" : "bob", - "tags" : "fun" + "title" : "the ultimate guide of leaves and trees", + "author" : "bob green", + "tags" : "gardening" }, { "_id" : ObjectId("4e6e4ef557b77501a49233f6"), - "title" : "this is my title", - "author" : "bob", - "tags" : "good" + "title" : "the ultimate guide of leaves and trees", + "author" : "bob green", + "tags" : "hobby" }, { "_id" : ObjectId("4e6e4ef557b77501a49233f6"), - "title" : "this is my title", - "author" : "bob", - "tags" : "fun" + "title" : "the ultimate guide of leaves and trees", + "author" : "bob green", + "tags" : "nature" } ], "OK" : 1