Skip to content

Commit 7fe11d6

Browse files
committed
lint
1 parent ab100fc commit 7fe11d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cursor/abstract_cursor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ export abstract class AbstractCursor<
170170
private cursorClient: MongoClient;
171171
/** @internal */
172172
private transform?: (doc: TSchema) => any;
173-
/**
173+
/**
174174
* @internal
175175
* This is true whether or not the first command fails. It only indicates whether or not the first
176-
* command has been run.
176+
* command has been run.
177177
*/
178178
private initialized: boolean;
179179
/** @internal */

0 commit comments

Comments
 (0)