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 34ae02d + cece09e commit 85ddb7cCopy full SHA for 85ddb7c
lib/concurrent/atomic/atomic_fixnum.rb
@@ -52,7 +52,7 @@ module Concurrent
52
# @param [Fixnum] expect the expected value
53
# @param [Fixnum] update the new value
54
#
55
- # @return [Fixnum] true if the value was updated else false
+ # @return [Boolean] true if the value was updated else false
56
57
# @!macro [new] atomic_fixnum_method_update
58
0 commit comments