Skip to content

Commit f6d9148

Browse files
nbbeekendariakp
andauthored
chore: comments
Co-authored-by: Daria Pardue <[email protected]>
1 parent 852c123 commit f6d9148

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
@@ -512,7 +512,7 @@ export class MongoClient extends TypedEventEmitter<MongoClientEvents> implements
512512
* @remarks
513513
* Calling `connect` is optional since the first operation you perform will call `connect` if it's needed.
514514
* `timeoutMS` specified at the client-level will bound the time any operation can take before throwing a timeout error.
515-
* However, when the operation being run is automatically connecting your `MongoClient` the timeoutMS will only be used for the operation portion of task.
515+
* However, when the operation being run is automatically connecting your `MongoClient` the `timeoutMS` will only be used for the operation portion of task.
516516
* This means the time to setup the `MongoClient` does not count against `timeoutMS`.
517517
* If you are using `timeoutMS` we recommend connecting your client explicitly in advance of any operation to avoid this inconsistent execution time.
518518
*
@@ -715,7 +715,7 @@ export class MongoClient extends TypedEventEmitter<MongoClientEvents> implements
715715
* @remarks
716716
* Calling `connect` is optional since the first operation you perform will call `connect` if it's needed.
717717
* `timeoutMS` specified at the client-level will bound the time any operation can take before throwing a timeout error.
718-
* However, when the operation being run is automatically connecting your `MongoClient` the timeoutMS will only be used for the operation portion of task.
718+
* However, when the operation being run is automatically connecting your `MongoClient` the `timeoutMS` will only be used for the operation portion of task.
719719
* This means the time to setup the `MongoClient` does not count against `timeoutMS`.
720720
* If you are using `timeoutMS` we recommend connecting your client explicitly in advance of any operation to avoid this inconsistent execution time.
721721
*

0 commit comments

Comments
 (0)