Skip to content

Commit 76b05df

Browse files
BurdetteLamarparacycle
authored andcommitted
[DOC] Fix link in Time
1 parent f84b08d commit 76b05df

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

time.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3821,8 +3821,7 @@ time_to_i(VALUE time)
38213821
* {Epoch seconds}[rdoc-ref:Time@Epoch+Seconds];
38223822
* subseconds are included.
38233823
*
3824-
* The stored value of +self+ is a
3825-
* {Rational}[rdoc-ref:Rational@#method-i-to_f],
3824+
* The stored value of +self+ is a Rational,
38263825
* which means that the returned value may be approximate:
38273826
*
38283827
* Time.utc(1970, 1, 1, 0, 0, 0).to_f # => 0.0

0 commit comments

Comments
 (0)