Skip to content

Commit 85ddb7c

Browse files
authored
Merge pull request #742 from herwinw/docs_atomic_fixnum_method_compare_and_set
Documentation fix for AtomicFixnum#compare_and_set
2 parents 34ae02d + cece09e commit 85ddb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent/atomic/atomic_fixnum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module Concurrent
5252
# @param [Fixnum] expect the expected value
5353
# @param [Fixnum] update the new value
5454
#
55-
# @return [Fixnum] true if the value was updated else false
55+
# @return [Boolean] true if the value was updated else false
5656

5757
# @!macro [new] atomic_fixnum_method_update
5858
#

0 commit comments

Comments
 (0)