Skip to content

Commit 73d5e28

Browse files
committed
docs
1 parent 76ef67c commit 73d5e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongo_client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export interface MongoClientPrivate {
327327
/**
328328
* We keep a reference to the cursors that are created from this client.
329329
* - used to track and close all cursors in client.close().
330-
* Cursor's in this set are ones that still need to have their close method invoked (no other conditions are considered)
330+
* Cursors in this set are ones that still need to have their close method invoked (no other conditions are considered)
331331
*/
332332
readonly activeCursors: Set<AbstractCursor>;
333333
readonly sessionPool: ServerSessionPool;

0 commit comments

Comments
 (0)