summaryrefslogtreecommitdiff
path: root/array.c
diff options
context:
space:
mode:
authorBurdette Lamar <[email protected]>2024-02-14 09:47:42 -0600
committerGitHub <[email protected]>2024-02-14 10:47:42 -0500
commit65f54355406a25f352241406967d038fc72d4737 (patch)
tree36662f5337ba27cbfd6bb75e364cf3f81eaaf842 /array.c
parentf1136e73e853b60f8cfe463aba50a6771a7eac11 (diff)
[DOC] Doc compliance (#9955)
Diffstat (limited to 'array.c')
-rw-r--r--array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/array.c b/array.c
index fe6180b8b8..aee8886e12 100644
--- a/array.c
+++ b/array.c
@@ -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).
*/