Skip to content

Commit 3e5c4eb

Browse files
committed
[DOC] Fix backticks in Numeric#ceil
1 parent cd27337 commit 3e5c4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numeric.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2621,7 +2621,7 @@ num_floor(int argc, VALUE *argv, VALUE num)
26212621
* ceil(ndigits = 0) -> float or integer
26222622
*
26232623
* Returns the smallest float or integer that is greater than or equal to +self+,
2624-
* as specified by the given `ndigits`,
2624+
* as specified by the given +ndigits+,
26252625
* which must be an
26262626
* {integer-convertible object}[rdoc-ref:implicit_conversion.rdoc@Integer-Convertible+Objects].
26272627
*

0 commit comments

Comments
 (0)