Skip to content

Commit d6acd10

Browse files
committed
Fixed yardoc error.
1 parent d24560e commit d6acd10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/concurrent/edge/lock_free_linked_set.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ def remove(item)
123123
#
124124
# An iterator to loop through the set.
125125
#
126-
# @param [Object] item the item you to remove from the set
127-
# @yeild [Object] each item in the set
126+
# @yield [Object] each item in the set
127+
# @yieldparam [Object] item the item you to remove from the set
128128
#
129129
# @return [Object] self: the linked set on which each was called
130130
def each

0 commit comments

Comments
 (0)