From 9394d2084c0d474093fb1fa0754c86f156d152cf Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 27 Feb 2025 13:00:34 +0900 Subject: [PATCH] [DOC] Fix indentation Not to make preceding paragraphs a code block. --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? * */