diff options
| -rw-r--r-- | set.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -697,7 +697,7 @@ set_i_join(int argc, VALUE *argv, VALUE set) * call-seq: * add(obj) -> self * - * Adds the given object to the set and returns self. Use `merge` to + * Adds the given object to the set and returns self. Use Set#merge to * add many elements at once. * * Set[1, 2].add(3) #=> Set[1, 2, 3] |
