diff options
author | Burdette Lamar <[email protected]> | 2024-02-14 09:47:42 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-14 10:47:42 -0500 |
commit | 65f54355406a25f352241406967d038fc72d4737 (patch) | |
tree | 36662f5337ba27cbfd6bb75e364cf3f81eaaf842 /array.c | |
parent | f1136e73e853b60f8cfe463aba50a6771a7eac11 (diff) |
[DOC] Doc compliance (#9955)
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). */ |