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

fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-05-18 13:30:54 +00:00
parent 0a933cf3d4
commit 53411d3ec5

View file

@ -23,7 +23,7 @@ Sun May 17 15:01:26 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
Numeric#positive? and Numeric#negative?.
[ruby-core:69173] [Feature #11151]
* numeric.c (flo_positive_p, flo_negative_p): specialiazed
* numeric.c (flo_positive_p, flo_negative_p): specialized
functions for Float.
* complex.c (Init_Complex): Complex do not have positive? and