From 84829392f5bb094b2cac117a67d37307ecc3640b Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Mon, 24 Jun 2019 17:33:30 +0900 Subject: [Doc] Fix Array#difference call-seq Closes: https://github.com/ruby/ruby/pull/2255 --- array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'array.c') diff --git a/array.c b/array.c index 7989adeada..44a0300efd 100644 --- a/array.c +++ b/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 * -- cgit v1.2.3