summaryrefslogtreecommitdiffstats
path: root/numeric.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-11 12:42:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-11 12:42:53 +0000
commit43239a71601a6c65a62781a78cab919d118dc24f (patch)
tree8aacc6fe9298923ab17f05342ad0663dd92a70cc /numeric.c
parent35c9a077e352101336b0a6d9635757e29252dd5c (diff)
downloadruby-43239a71601a6c65a62781a78cab919d118dc24f.tar.gz
ruby-43239a71601a6c65a62781a78cab919d118dc24f.tar.xz
ruby-43239a71601a6c65a62781a78cab919d118dc24f.zip
* numeric.c (num_divmod): fixed rdoc. [ruby-core:24862]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 57e420bb8..3c64fc81c 100644
--- a/numeric.c
+++ b/numeric.c
@@ -365,7 +365,7 @@ num_remainder(VALUE x, VALUE y)
* ------+-----+---------------+---------+-------------+---------------
* 13 | 4 | 3, 1 | 3 | 1 | 1
* ------+-----+---------------+---------+-------------+---------------
- * 13 | -4 | -4, -3 | -3 | -3 | 1
+ * 13 | -4 | -4, -3 | -4 | -3 | 1
* ------+-----+---------------+---------+-------------+---------------
* -13 | 4 | -4, 3 | -4 | 3 | -1
* ------+-----+---------------+---------+-------------+---------------