summaryrefslogtreecommitdiff
path: root/array.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-02-08 01:18:56 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-02-08 01:18:56 +0900
commitbc5662d9d8909363e67e01f3b1a2eecb0793d3ee (patch)
tree07e9f01a5d1fdc0c257f110def099e965c965c2a /array.c
parentf53f49197f8f785d372847b537d3607a2c71c70d (diff)
[DOC] Simplify links to global methods
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: