summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--time.c3
1 files changed, 1 insertions, 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