Skip to content

Commit

Permalink
[Doc] Fix Array#difference call-seq
Browse files Browse the repository at this point in the history
Closes: #2255
  • Loading branch information
kachick authored and hsbt committed Aug 4, 2019
1 parent 4173258 commit 8482939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion array.c
Original file line number Diff line number Diff line change
Expand Up @@ -4545,7 +4545,7 @@ rb_ary_diff(VALUE ary1, VALUE ary2)

/*
* call-seq:
* ary.difference(other_ary1, other_ary2, ...) -> ary
* ary.difference(other_ary1, other_ary2, ...) -> new_ary
*
* Array Difference
*
Expand Down

0 comments on commit 8482939

Please sign in to comment.