Skip to content

Commit 0b3199a

Browse files
committed
[DOC] Fix backticks in docs for Set#add
1 parent e69f41a commit 0b3199a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

set.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ set_i_join(int argc, VALUE *argv, VALUE set)
697697
* call-seq:
698698
* add(obj) -> self
699699
*
700-
* Adds the given object to the set and returns self. Use `merge` to
700+
* Adds the given object to the set and returns self. Use Set#merge to
701701
* add many elements at once.
702702
*
703703
* Set[1, 2].add(3) #=> Set[1, 2, 3]

0 commit comments

Comments
 (0)