From d35a14b5b8793599cd07e9af1f31d32cae9612f2 Mon Sep 17 00:00:00 2001 From: Spencer Brody Date: Tue, 14 Aug 2012 12:34:12 -0300 Subject: [PATCH] minor fix: aggregate -> aggregate command --- source/release-notes/2.2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes/2.2.txt b/source/release-notes/2.2.txt index 2d8ce849823..6923c7cd824 100644 --- a/source/release-notes/2.2.txt +++ b/source/release-notes/2.2.txt @@ -109,7 +109,7 @@ Aggregation Framework The aggregation framework makes it possible to do aggregation operations without needing to use :term:`map-reduce`. The -:dbcommand:`aggregate` exposes the aggregation framework, and the +:dbcommand:`aggregate` command exposes the aggregation framework, and the :func:`db.collection.aggregate()` helper in the :program:`mongo` shell provides an interface to these operations. Consider the following resources for background on the aggregation framework and its use: