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.
2 parents 236bf06 + bbefd31 commit 0f292ecCopy full SHA for 0f292ec
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