From 53bd83444f5511c24a83d63363099b09e28a7275 Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Tue, 28 Aug 2012 00:31:46 -0400 Subject: [PATCH] edits for style --- draft/reference/current-op.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/draft/reference/current-op.txt b/draft/reference/current-op.txt index a4de1dbf250..9244c1e0fbb 100644 --- a/draft/reference/current-op.txt +++ b/draft/reference/current-op.txt @@ -8,7 +8,7 @@ Current Operation Reporting The :method:`db.currentOp()` helper in the :program:`mongo` shell reports on the current operations running on the :program:`mongod` -instance. The command returns the ``inprog`` array that contains a +instance. The command returns the ``inprog`` array which contains a document for each in progress operation. Consider the following example output: @@ -132,7 +132,7 @@ Output Reference .. data:: locks The :data:`locks` document reports on the kinds of locks the - operation currently holds. The following lock types are possible: + operation currently holds. The following kinds of locks are possible: .. data:: locks.^ @@ -156,7 +156,7 @@ Output Reference Returns a boolean value. :data:`waitingForLock` is ``true`` if the operation is waiting for a lock and ``false`` if the operation has - the lock that it needs to complete. + the lock which it needs to complete. .. data:: msg