diff options
author | Nobuyoshi Nakada <[email protected]> | 2025-02-27 13:00:34 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-02-27 13:00:34 +0900 |
commit | 9394d2084c0d474093fb1fa0754c86f156d152cf (patch) | |
tree | 5e119fbb59141ac9379f5321f03da4f0804eb11e /numeric.c | |
parent | 931ac960b6d11937364b6c4e847fdd575ee67980 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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? * */ |