summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index a05bedde85..4adaa6e1d4 100644
--- a/numeric.c
+++ b/numeric.c
@@ -682,7 +682,7 @@ flodivmod(x, y, divp, modp)
* flt % other => float
* flt.modulo(other) => float
*
- * Return the modulo after dividion of <code>flt</code> by <code>other</code>.
+ * Return the modulo after division of <code>flt</code> by <code>other</code>.
*
* 6543.21.modulo(137) #=> 104.21
* 6543.21.modulo(137.24) #=> 92.9299999999996