aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
diff options
context:
space:
mode:
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 55987f52b1..165e9a80e8 100644
--- a/array.c
+++ b/array.c
@@ -7849,7 +7849,7 @@ rb_ary_deconstruct(VALUE ary)
*
* You can convert certain objects to Arrays with:
*
- * - \Method {Array}[Kernel.html#method-i-Array].
+ * - \Method #Array.
*
* An \Array can contain different types of objects. For
* example, the array below contains an Integer, a String and a Float: