summaryrefslogtreecommitdiff
path: root/hash.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 /hash.c
parentf53f49197f8f785d372847b537d3607a2c71c70d (diff)
downloadruby-bc5662d9d8909363e67e01f3b1a2eecb0793d3ee.tar.gz
[DOC] Simplify links to global methods
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 08e08935d2..78e0b50a26 100644
--- a/hash.c
+++ b/hash.c
@@ -6750,7 +6750,7 @@ static const rb_data_type_t env_data_type = {
*
* You can convert certain objects to Hashes with:
*
- * - \Method {Hash}[Kernel.html#method-i-Hash].
+ * - \Method #Hash.
*
* You can create a \Hash by calling method Hash.new.
*