File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Current Operation Reporting
88
99The :method:`db.currentOp()` helper in the :program:`mongo` shell
1010reports 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
1212document for each in progress operation. Consider the following
1313example 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
You can’t perform that action at this time.
0 commit comments