Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 73d65fc

Browse files
committed
minor: spelling fixes
1 parent 20553d1 commit 73d65fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/MongoDB/ChangeStream.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ sub next {
264264
=head2 get_resume_token
265265
266266
Users can inspect the C<_id> on each C<ChangeDocument> to use as a
267-
resume token. But since MongoDB 4.2, aggregate and getMore responses
267+
resume token. But since MongoDB 4.2, C<aggregate> and C<getMore> responses
268268
also include a C<postBatchResumeToken>. Drivers use one or the other
269269
when automatically resuming.
270270

lib/MongoDB/ClientSession.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ A hash reference of options may be provided. Valid keys include:
324324
C<defaultTransactionOptions> or from the parent client. This value will
325325
override all other read preferences set in any subsequent commands inside this
326326
transaction.
327-
* C<maxCommitTimeMS> - The maxCommitTimeMS specifies a cumulative time limit in
327+
* C<maxCommitTimeMS> - The C<maxCommitTimeMS> specifies a cumulative time limit in
328328
milliseconds for processing operations on the cursor. MongoDB interrupts the
329329
operation at the earliest following interrupt point.
330330

0 commit comments

Comments
 (0)