We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236bf06 commit bbefd31Copy full SHA for bbefd31
ext/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java
@@ -106,7 +106,7 @@ private long rubyFixnumToLong(IRubyObject value) {
106
RubyFixnum fixNum = (RubyFixnum) value;
107
return fixNum.getLongValue();
108
} else {
109
- throw getRuntime().newArgumentError("initial value must be a Fixnum");
+ throw getRuntime().newArgumentError("value must be a Fixnum");
110
}
111
112
0 commit comments