Skip to content

Commit 5df574d

Browse files
BurdetteLamarpeterzhu2118
authored andcommitted
[DOC] Fix links
1 parent ec3851e commit 5df574d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numeric.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2744,7 +2744,7 @@ flo_truncate(int argc, VALUE *argv, VALUE num)
27442744
* Returns the largest float or integer that is less than or equal to +self+,
27452745
* as specified by the given `ndigits`,
27462746
* which must be an
2747-
* [integer-convertible object](rdoc-ref:implicit_conversion.rdoc@Integer-Convertible+Objects).
2747+
* {integer-convertible object}[rdoc-ref:implicit_conversion.rdoc@Integer-Convertible+Objects].
27482748
*
27492749
* Equivalent to <tt>self.to_f.floor(ndigits)</tt>.
27502750
*
@@ -2764,7 +2764,7 @@ num_floor(int argc, VALUE *argv, VALUE num)
27642764
* Returns the smallest float or integer that is greater than or equal to +self+,
27652765
* as specified by the given `ndigits`,
27662766
* which must be an
2767-
* [integer-convertible object](rdoc-ref:implicit_conversion.rdoc@Integer-Convertible+Objects).
2767+
* {integer-convertible object}[rdoc-ref:implicit_conversion.rdoc@Integer-Convertible+Objects].
27682768
*
27692769
* Equivalent to <tt>self.to_f.ceil(ndigits)</tt>.
27702770
*

0 commit comments

Comments
 (0)