Skip to content

Commit 0aa7d82

Browse files
committed
lint
1 parent e28ecff commit 0aa7d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongo_client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ export class MongoClient extends TypedEventEmitter<MongoClientEvents> implements
659659
* The close method clears and closes all resources whose lifetimes are managed by the MongoClient.
660660
* Please refer to the `MongoClient` class documentation for a high level overview of the client's key features and responsibilities.
661661
*
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.
663663
* Any user-created driver resource with its own `close()` method should be explicitly closed by the user before calling MongoClient.close().
664664
* This method is written as a "best effort" attempt to leave behind the least amount of resources server-side when possible.
665665
*

0 commit comments

Comments
 (0)