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 d24560e commit d6acd10Copy full SHA for d6acd10
lib/concurrent/edge/lock_free_linked_set.rb
@@ -123,8 +123,8 @@ def remove(item)
123
#
124
# An iterator to loop through the set.
125
126
- # @param [Object] item the item you to remove from the set
127
- # @yeild [Object] each item in the set
+ # @yield [Object] each item in the set
+ # @yieldparam [Object] item the item you to remove from the set
128
129
# @return [Object] self: the linked set on which each was called
130
def each
0 commit comments