Skip to content

Commit 8be2b14

Browse files
committed
Fix @SInCE for unsupported_retryable_write?
1 parent a71dad2 commit 8be2b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo/error/operation_failure.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def max_time_ms_expired?
259259
# @return [ true | false ] Whether the error is caused by an attempted
260260
# retryable write on a storage engine that does not support retryable writes.
261261
#
262-
# @since 2.11.0
262+
# @since 2.10.0
263263
def unsupported_retryable_write?
264264
# code 20 is IllegalOperation
265265
code == 20 && message.start_with?("Transaction numbers")

0 commit comments

Comments
 (0)