Skip to content

Commit 2ea2e84

Browse files
committed
docs(NODE-3419): fix typo in new error classes
1 parent a4bba28 commit 2ea2e84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/error.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ export class MongoGridFSChunkError extends MongoStreamError {
431431
}
432432

433433
/**
434+
<<<<<<< HEAD
434435
* An error thrown when the user attempts to add options to a cursor that has already been
435436
* initialized
436437
*
@@ -448,6 +449,9 @@ export class MongoCursorInUseError extends MongoCursorError {
448449
}
449450

450451
/** An error generated when an attempt to access a resource
452+
=======
453+
* An error generated when an attempt is made to access a resource
454+
>>>>>>> f941c797b (docs(NODE-3419): fix typo in new error classes)
451455
* which has already been or will be closed/destroyed.
452456
*
453457
* @public

0 commit comments

Comments
 (0)