diff options
Diffstat (limited to 'array.c')
-rw-r--r-- | array.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5647,7 +5647,7 @@ rb_ary_union_multi(int argc, VALUE *argv, VALUE ary) * a.intersect?(b) #=> true * a.intersect?(c) #=> false * - * Array elements are compared using <tt>eql?</tt> + * +Array+ elements are compared using <tt>eql?</tt> * (items must also implement +hash+ correctly). */ |