1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* numeric.c (flo_minus): RDoc update. a patch from red stun

in [ruby-core:27951]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2010-02-01 08:09:54 +00:00
parent 317fea44af
commit b8acb1cc2d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Mon Feb 1 17:08:42 2010 Yukihiro Matsumoto <matz@ruby-lang.org>
* numeric.c (flo_minus): RDoc update. a patch from red stun
in [ruby-core:27951]
Mon Feb 1 07:36:33 2010 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table.

View file

@ -637,7 +637,7 @@ flo_plus(VALUE x, VALUE y)
/*
* call-seq:
* float + other -> float
* float - other -> float
*
* Returns a new float which is the difference of <code>float</code>
* and <code>other</code>.