diff --git a/array.c b/array.c index 7388c3a771..920eda4d70 100644 --- a/array.c +++ b/array.c @@ -6358,7 +6358,8 @@ rb_ary_compact_bang(VALUE ary) * a = [nil, 0, nil, false, nil, '', nil, [], nil, {}] * a.compact # => [0, false, "", [], {}] * - * Related: Array#compact!. + * Related: Array#compact!; + * see also {Methods for Deleting}[rdoc-ref:Array@Methods+for+Deleting]. */ static VALUE