Skip to content

Commit 33270d2

Browse files
nbbeekendariakp
andcommitted
chore: comments
Co-authored-by: Daria Pardue <[email protected]>
1 parent ab546eb commit 33270d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mongo_client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ export class MongoClient extends TypedEventEmitter<MongoClientEvents> implements
516516
* @remarks
517517
* Calling `connect` is optional since the first operation you perform will call `connect` if it's needed.
518518
* `timeoutMS` specified at the client-level will bound the time any operation can take before throwing a timeout error.
519-
* However, when the operation being run is automatically connecting your `MongoClient` the timeoutMS will only be used for the operation portion of task.
519+
* However, when the operation being run is automatically connecting your `MongoClient` the `timeoutMS` will only be used for the operation portion of task.
520520
* This means the time to setup the `MongoClient` does not count against `timeoutMS`.
521521
* If you are using `timeoutMS` we recommend connecting your client explicitly in advance of any operation to avoid this inconsistent execution time.
522522
*
@@ -719,7 +719,7 @@ export class MongoClient extends TypedEventEmitter<MongoClientEvents> implements
719719
* @remarks
720720
* Calling `connect` is optional since the first operation you perform will call `connect` if it's needed.
721721
* `timeoutMS` specified at the client-level will bound the time any operation can take before throwing a timeout error.
722-
* However, when the operation being run is automatically connecting your `MongoClient` the timeoutMS will only be used for the operation portion of task.
722+
* However, when the operation being run is automatically connecting your `MongoClient` the `timeoutMS` will only be used for the operation portion of task.
723723
* This means the time to setup the `MongoClient` does not count against `timeoutMS`.
724724
* If you are using `timeoutMS` we recommend connecting your client explicitly in advance of any operation to avoid this inconsistent execution time.
725725
*

0 commit comments

Comments
 (0)