Skip to content

Commit 64d0f46

Browse files
reformat comment
1 parent aa96ea0 commit 64d0f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/explain.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ export interface ExplainCommandOptions {
4646
*
4747
* ```typescript
4848
* // limits the `explain` command to no more than 2 seconds
49-
* collection.find({ name: 'john doe' }, { explain:
50-
* {
49+
* collection.find({ name: 'john doe' }, {
50+
* explain: {
5151
* verbosity: 'queryPlanner',
5252
* maxTimeMS: 2000
5353
* }

0 commit comments

Comments
 (0)