Skip to content

Commit b44f3df

Browse files
author
Sam Kleinman
committed
minor: correcting lock table syntax
1 parent a337121 commit b44f3df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

draft/commands-locks.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Locks Used By Database Commands
77
This table reflects the locks used by the :term:`database commands <database
88
command>` in MongoDB.
99

10-
1110
.. To recollect this data look for the following formulations in the
1211
MongoDB source code.
1312

@@ -24,7 +23,7 @@ command>` in MongoDB.
2423

2524
.. list-table::
2625
:header-rows: 1
27-
:width: 70, 10, 10, 10
26+
:widths: 70, 10, 10, 10
2827

2928
* - **Command**
3029
- **Lock Type**

0 commit comments

Comments
 (0)