mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
[Doc] Fix Array#difference call-seq
Closes: https://github.com/ruby/ruby/pull/2255
This commit is contained in:
parent
4173258fd0
commit
84829392f5
1 changed files with 1 additions and 1 deletions
2
array.c
2
array.c
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue