diff --git a/array.c b/array.c index e49071d5a1..5202eb9947 100644 --- a/array.c +++ b/array.c @@ -4294,7 +4294,7 @@ rb_ary_union(VALUE ary_union, VALUE ary) * [ "a", "b", "c" ] | [ "c", "d", "a" ] #=> [ "a", "b", "c", "d" ] * [ "c", "d", "a" ] | [ "a", "b", "c" ] #=> [ "c", "d", "a", "b" ] * - * See also Array#uniq. + * See also Array#union. */ static VALUE