From d2f05207e7b7f04f871dffd3bb30f3181c286284 Mon Sep 17 00:00:00 2001 From: kay Date: Tue, 8 Jan 2013 11:28:24 -0500 Subject: [PATCH] DOCS-962 remove a comma --- source/reference/sql-aggregation-comparison.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/sql-aggregation-comparison.txt b/source/reference/sql-aggregation-comparison.txt index ec04a57a211..504946a32d9 100644 --- a/source/reference/sql-aggregation-comparison.txt +++ b/source/reference/sql-aggregation-comparison.txt @@ -45,7 +45,7 @@ the table assume the following conditions: { sku: "yyy", qty: 25, price: 1 } ] } -- The MongoDB statements prefix, the names of the fields from the +- The MongoDB statements prefix the names of the fields from the :term:`documents ` in the collection ``orders`` with a ``$`` character when they appear as operands to the aggregation operations.