Skip to content

Commit c7a9347

Browse files
author
Petr Chalupa
authored
Merge pull request #603 from ojab/master
Typo fix [ci skip]
2 parents 389e87f + 48d2461 commit c7a9347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent/edge/lock_free_linked_set.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def add(item)
6767
#
6868
# @param [Object] item the item you wish to insert
6969
#
70-
# @return [Oject] the set on which the :<< method was invoked
70+
# @return [Object] the set on which the :<< method was invoked
7171
def <<(item)
7272
add item
7373
self

0 commit comments

Comments
 (0)