We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ef67c commit 73d5e28Copy full SHA for 73d5e28
src/mongo_client.ts
@@ -327,7 +327,7 @@ export interface MongoClientPrivate {
327
/**
328
* We keep a reference to the cursors that are created from this client.
329
* - 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)
+ * Cursors in this set are ones that still need to have their close method invoked (no other conditions are considered)
331
*/
332
readonly activeCursors: Set<AbstractCursor>;
333
readonly sessionPool: ServerSessionPool;
0 commit comments