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 389e87f + 48d2461 commit c7a9347Copy full SHA for c7a9347
lib/concurrent/edge/lock_free_linked_set.rb
@@ -67,7 +67,7 @@ def add(item)
67
#
68
# @param [Object] item the item you wish to insert
69
70
- # @return [Oject] the set on which the :<< method was invoked
+ # @return [Object] the set on which the :<< method was invoked
71
def <<(item)
72
add item
73
self
0 commit comments