Skip to content

Commit

Permalink
remove redundant 'drivers who implement...'
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Sep 10, 2024
1 parent 17aaf52 commit dbe161f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/crud/crud.md
Original file line number Diff line number Diff line change
Expand Up @@ -2217,8 +2217,8 @@ interface ExplainOptions {
}
```
If a driver does provide explain helpers, the driver MUST ensure that its helper permits users to specify a timeout
(maxTimeMS or timeoutMS) for the explain command specifically. An example, using Node, might look like:
Drivers MUST ensure that its helper permits users to specify a timeout (maxTimeMS or timeoutMS) for the explain command
specifically. An example, using Node, might look like:
```typescript
collection.find({ name: 'john doe' }).explain({ maxTimeMS: 1000 });
Expand Down

0 comments on commit dbe161f

Please sign in to comment.