Skip to content

Commit f0eb606

Browse files
committed
Fix @SInCE version
1 parent 853ccdd commit f0eb606

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
@@ -190,7 +190,7 @@ def initialize(message = nil, result = nil, options = {})
190190
#
191191
# @return [ true | false ] Whether the error was a write concern timeout.
192192
#
193-
# @since 2.7.0
193+
# @since 2.7.1
194194
def wtimeout?
195195
@wtimeout
196196
end

0 commit comments

Comments
 (0)