File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -659,7 +659,7 @@ export class MongoClient extends TypedEventEmitter<MongoClientEvents> implements
659
659
* The close method clears and closes all resources whose lifetimes are managed by the MongoClient.
660
660
* Please refer to the `MongoClient` class documentation for a high level overview of the client's key features and responsibilities.
661
661
*
662
- * **However,** the close method does not handle the cleanup of resources explicitly created by the user.
662
+ * **However,** the close method does not handle the cleanup of resources explicitly created by the user.
663
663
* Any user-created driver resource with its own `close()` method should be explicitly closed by the user before calling MongoClient.close().
664
664
* This method is written as a "best effort" attempt to leave behind the least amount of resources server-side when possible.
665
665
*
You can’t perform that action at this time.
0 commit comments