From 9b15161f46c479a37b7754dd7fbbce2e51e0fb64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Sun, 12 May 2013 22:38:10 -0500 Subject: [PATCH] Fixing a whitespace after to a comma --- source/core/indexes.txt | 2 +- source/reference/command/compact.txt | 2 +- source/reference/command/serverStatus.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/core/indexes.txt b/source/core/indexes.txt index 2843ac95d7c..d4ec981103c 100644 --- a/source/core/indexes.txt +++ b/source/core/indexes.txt @@ -611,7 +611,7 @@ You specify index creation options in the second argument in :method:`ensureIndex() `. The options :ref:`sparse `, :ref:`unique -`,and :ref:`TTL ` affect the +`, and :ref:`TTL ` affect the kind of index that MongoDB creates. This section addresses, :ref:`background construction ` and :ref:`duplicate dropping `, which diff --git a/source/reference/command/compact.txt b/source/reference/command/compact.txt index 9c2c2f2613e..c0b2fb70233 100644 --- a/source/reference/command/compact.txt +++ b/source/reference/command/compact.txt @@ -136,7 +136,7 @@ compact this collection. - :dbcommand:`compact` generally uses less disk space than - :dbcommand:`repairDatabase` and is faster. However,the + :dbcommand:`repairDatabase` and is faster. However, the :dbcommand:`compact` command is still slow and blocks other database use. Only use :dbcommand:`compact` during scheduled maintenance periods. diff --git a/source/reference/command/serverStatus.txt b/source/reference/command/serverStatus.txt index 50231ba396d..5ae4c5ec68e 100644 --- a/source/reference/command/serverStatus.txt +++ b/source/reference/command/serverStatus.txt @@ -1475,7 +1475,7 @@ metrics .. data:: serverStatus.metrics.repl.network.getmores :data:`~serverStatus.metrics.repl.network.getmores` reports on the - ``getmore`` operations,which are requests for additional results + ``getmore`` operations, which are requests for additional results from the oplog :term:`cursor` as part of the oplog replication process.