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 389e87f commit 48d2461Copy full SHA for 48d2461
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