From 78121bfb8e642d270da8fe26295fda33ecc60312 Mon Sep 17 00:00:00 2001 From: RubyTuesdayDONO Date: Tue, 26 Feb 2013 10:43:10 -0600 Subject: [PATCH] added missing space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit added missing space between "database command" and "aggregate" (was run together as "database commandaggregate" as viewed in production).  --- source/reference/aggregation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/aggregation.txt b/source/reference/aggregation.txt index fd1940169cf..ce3ec374f45 100644 --- a/source/reference/aggregation.txt +++ b/source/reference/aggregation.txt @@ -14,7 +14,7 @@ form as "regular" MongoDB database queries. These aggregation operations are all accessible by way of the :mongodb:method:`~db.collection.aggregate()` method. While all examples in this document use this method, :mongodb:method:`~db.collection.aggregate()` is merely a wrapper around the -:term:`database command`\ :mongodb:dbcommand:`aggregate`. The +:term:`database command` :mongodb:dbcommand:`aggregate`. The following prototype aggregation operations are equivalent: .. code-block:: javascript