From e469ebd7d35bbb190395378c37f1f1051d243948 Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Thu, 25 Nov 2021 13:14:10 -0600 Subject: Correct indentation error in numeric.c (#5178) --- numeric.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index 518f43d595..c15131cc1c 100644 --- a/numeric.c +++ b/numeric.c @@ -3468,12 +3468,12 @@ rb_num2ull(VALUE val) /******************************************************************** * - * Document-class: Integer + * Document-class: Integer * - * An \Integer object represents an integer value. + * An \Integer object represents an integer value. * - * An attempt to add a singleton method to an instance of this class - * causes an exception to be raised. + * An attempt to add a singleton method to an instance of this class + * causes an exception to be raised. * * == What's Here * -- cgit v1.2.3