From bc5662d9d8909363e67e01f3b1a2eecb0793d3ee Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 8 Feb 2022 01:18:56 +0900 Subject: [DOC] Simplify links to global methods --- hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hash.c') 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. * -- cgit v1.2.1