[DOC] Fix indentation

Not to make preceding paragraphs a code block.
This commit is contained in:
Nobuyoshi Nakada 2025-02-27 13:00:34 +09:00
parent 931ac960b6
commit 9394d2084c
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2025-02-27 04:16:19 +00:00

View File

@ -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?
*
*/