diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2025-12-14 13:32:27 -0500 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2025-12-14 13:37:36 -0500 |
| commit | 3e5c4ebe4bab556af2dd5d1ea83fa6d16ac0578b (patch) | |
| tree | a068bc8324f5bab890366001a0021a977a3dede5 /numeric.c | |
| parent | cd27337d0b2141757d19d00e8f6bb86723b843e9 (diff) | |
[DOC] Fix backticks in Numeric#ceil
Diffstat (limited to 'numeric.c')
| -rw-r--r-- | numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]. * |
