Skip to content

Commit 53bd834

Browse files
author
Ed Costello
committed
edits for style
1 parent 5d60526 commit 53bd834

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

draft/reference/current-op.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Current Operation Reporting
88

99
The :method:`db.currentOp()` helper in the :program:`mongo` shell
1010
reports on the current operations running on the :program:`mongod`
11-
instance. The command returns the ``inprog`` array that contains a
11+
instance. The command returns the ``inprog`` array which contains a
1212
document for each in progress operation. Consider the following
1313
example output:
1414

@@ -132,7 +132,7 @@ Output Reference
132132
.. data:: locks
133133

134134
The :data:`locks` document reports on the kinds of locks the
135-
operation currently holds. The following lock types are possible:
135+
operation currently holds. The following kinds of locks are possible:
136136

137137
.. data:: locks.^
138138

@@ -156,7 +156,7 @@ Output Reference
156156

157157
Returns a boolean value. :data:`waitingForLock` is ``true`` if the
158158
operation is waiting for a lock and ``false`` if the operation has
159-
the lock that it needs to complete.
159+
the lock which it needs to complete.
160160

161161
.. data:: msg
162162

0 commit comments

Comments
 (0)