summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
authorNobuyoshi Nakada <[email protected]>2025-02-27 13:00:34 +0900
committerNobuyoshi Nakada <[email protected]>2025-02-27 13:00:34 +0900
commit9394d2084c0d474093fb1fa0754c86f156d152cf (patch)
tree5e119fbb59141ac9379f5321f03da4f0804eb11e /numeric.c
parent931ac960b6d11937364b6c4e847fdd575ee67980 (diff)
[DOC] Fix indentation
Not to make preceding paragraphs a code block.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12820
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index affd60a182..dcf4cf5c04 100644
--- a/numeric.c
+++ b/numeric.c
@@ -829,7 +829,7 @@ rb_int_zero_p(VALUE num)
* Of the Core and Standard Library classes,
* Integer, Float, Rational, and Complex use this implementation.
*
- * Related: #zero?
+ * Related: #zero?
*
*/