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
8
8
9
9
The :method:`db.currentOp()` helper in the :program:`mongo` shell
10
10
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
12
12
document for each in progress operation. Consider the following
13
13
example output:
14
14
@@ -132,7 +132,7 @@ Output Reference
132
132
.. data:: locks
133
133
134
134
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:
136
136
137
137
.. data:: locks.^
138
138
@@ -156,7 +156,7 @@ Output Reference
156
156
157
157
Returns a boolean value. :data:`waitingForLock` is ``true`` if the
158
158
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.
160
160
161
161
.. data:: msg
162
162
You can’t perform that action at this time.
0 commit comments