Skip to content

Commit cd41649

Browse files
Update lib/mongo/session.rb
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ea51fdf commit cd41649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo/session.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def end_session
448448
def with_transaction(options = nil)
449449
@with_transaction_deadline = calculate_with_transaction_deadline(options)
450450
deadline = if @with_transaction_deadline
451-
# CSOT enabled, so we have a customer defined deadline.
451+
# CSOT enabled, so we have a custom-defined deadline.
452452
@with_transaction_deadline
453453
else
454454
# CSOT not enabled, so we use the default deadline, 120 seconds.

0 commit comments

Comments
 (0)