From aff0581e4f122bf0a650b882eff4d7d082f21bc7 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Fri, 6 Feb 2026 21:07:59 +0000 Subject: [DOC] Fix link in Time --- time.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/time.c b/time.c index b2eed2daf3..acc20d2c97 100644 --- a/time.c +++ b/time.c @@ -3821,8 +3821,7 @@ time_to_i(VALUE time) * {Epoch seconds}[rdoc-ref:Time@Epoch+Seconds]; * subseconds are included. * - * The stored value of +self+ is a - * {Rational}[rdoc-ref:Rational@#method-i-to_f], + * The stored value of +self+ is a Rational, * which means that the returned value may be approximate: * * Time.utc(1970, 1, 1, 0, 0, 0).to_f # => 0.0 -- cgit v1.2.3