summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2021-11-25 13:14:10 -0600
committerGitHub <noreply@github.com>2021-11-25 13:14:10 -0600
commite469ebd7d35bbb190395378c37f1f1051d243948 (patch)
tree1182dd5fe0fcd1dd0245cff38d56ac0c75bcf114 /numeric.c
parentb0bbcaedc7c855be1df8c3bbbfd7b80424905047 (diff)
downloadruby-e469ebd7d35bbb190395378c37f1f1051d243948.tar.gz
Correct indentation error in numeric.c (#5178)
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c8
1 files changed, 4 insertions, 4 deletions
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
*