Skip to content

Commit afa69a1

Browse files
W-A-Jamesnbbeeken
andauthored
Update src/cursor/abstract_cursor.ts
Co-authored-by: Neal Beeken <[email protected]>
1 parent 97c130c commit afa69a1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/cursor/abstract_cursor.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,11 @@ export abstract class AbstractCursor<
170170
private cursorClient: MongoClient;
171171
/** @internal */
172172
private transform?: (doc: TSchema) => any;
173-
/** @internal
173+
/**
174+
* @internal
174175
* This is true whether or not the first command fails. It only indicates whether or not the first
175-
* command has been run. */
176+
* command has been run.
177+
*/
176178
private initialized: boolean;
177179
/** @internal */
178180
private isClosed: boolean;

0 commit comments

Comments
 (0)