summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
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
*