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 --- rational.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rational.c') diff --git a/rational.c b/rational.c index 7817bdbcef..6d013c57c9 100644 --- a/rational.c +++ b/rational.c @@ -2721,7 +2721,7 @@ nurat_s_convert(int argc, VALUE *argv, VALUE klass) * * You can convert certain objects to Rationals with: * - * - \Method {Rational}[Kernel.html#method-i-Rational]. + * - \Method #Rational. * * Examples * -- cgit v1.2.3