From b69ae6f8e64174670a1e1f5e45f86044e49243f1 Mon Sep 17 00:00:00 2001 From: Asya Kamsky Date: Wed, 2 Apr 2014 10:20:31 -0700 Subject: [PATCH] explain returns a document explain does not return a cursor but a document with explain plan stuff. --- source/reference/method/db.collection.aggregate.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/method/db.collection.aggregate.txt b/source/reference/method/db.collection.aggregate.txt index 255885b23ce..413d658c07a 100644 --- a/source/reference/method/db.collection.aggregate.txt +++ b/source/reference/method/db.collection.aggregate.txt @@ -22,7 +22,7 @@ Definition :returns: A :term:`cursor` to the documents produced by the final stage of the aggregation pipeline operation, or if you include the - ``explain`` option, a cursor to the document that provides + ``explain`` option, the document that provides details on the processing of the aggregation operation. If the pipeline includes the :pipeline:`$out` operator,