Skip to content

Commit

Permalink
docs(NODE-3419): fix typo in new error classes
Browse files Browse the repository at this point in the history
  • Loading branch information
andymina committed Jul 12, 2021
1 parent a4bba28 commit 2ea2e84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ export class MongoGridFSChunkError extends MongoStreamError {
}

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

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

0 comments on commit 2ea2e84

Please sign in to comment.