summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/numeric.c b/numeric.c
index 808c364528..a9fa089ccc 100644
--- a/numeric.c
+++ b/numeric.c
@@ -3256,9 +3256,9 @@ fix_even_p(VALUE num)
*
* Note that only division by an exact 0 will raise that exception:
*
- * 42 / 0.0 # => Float::INFINITY
- * 42 / -0.0 # => -Float::INFINITY
- * 0 / 0.0 # => NaN
+ * 42 / 0.0 #=> Float::INFINITY
+ * 42 / -0.0 #=> -Float::INFINITY
+ * 0 / 0.0 #=> NaN
*/
/*