[DOC] Fix backticks in Numeric#ceil

This commit is contained in:
Peter Zhu 2025-12-14 13:32:27 -05:00
parent cd27337d0b
commit 3e5c4ebe4b
Notes: git 2025-12-14 18:38:03 +00:00

View File

@ -2621,7 +2621,7 @@ num_floor(int argc, VALUE *argv, VALUE num)
* ceil(ndigits = 0) -> float or integer
*
* Returns the smallest float or integer that is greater than or equal to +self+,
* as specified by the given `ndigits`,
* as specified by the given +ndigits+,
* which must be an
* {integer-convertible object}[rdoc-ref:implicit_conversion.rdoc@Integer-Convertible+Objects].
*