Skip to content

Commit

Permalink
reformat comment
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Sep 13, 2024
1 parent aa96ea0 commit 64d0f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/explain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export interface ExplainCommandOptions {
*
* ```typescript
* // limits the `explain` command to no more than 2 seconds
* collection.find({ name: 'john doe' }, { explain:
* {
* collection.find({ name: 'john doe' }, {
* explain: {
* verbosity: 'queryPlanner',
* maxTimeMS: 2000
* }
Expand Down

0 comments on commit 64d0f46

Please sign in to comment.