We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab100fc commit 7fe11d6Copy full SHA for 7fe11d6
src/cursor/abstract_cursor.ts
@@ -170,10 +170,10 @@ export abstract class AbstractCursor<
170
private cursorClient: MongoClient;
171
/** @internal */
172
private transform?: (doc: TSchema) => any;
173
- /**
+ /**
174
* @internal
175
* This is true whether or not the first command fails. It only indicates whether or not the first
176
- * command has been run.
+ * command has been run.
177
*/
178
private initialized: boolean;
179
0 commit comments