time.c (Time#-): Fix documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6617c41292
commit
3efe410dd0
2
time.c
2
time.c
@ -3650,7 +3650,7 @@ time_plus(VALUE time1, VALUE time2)
|
|||||||
* time - other_time -> float
|
* time - other_time -> float
|
||||||
* time - numeric -> time
|
* time - numeric -> time
|
||||||
*
|
*
|
||||||
* Difference --- Returns a new Time object that represents the difference
|
* Difference --- Returns a difference in seconds as a Float
|
||||||
* between _time_ and +other_time+, or subtracts the given number
|
* between _time_ and +other_time+, or subtracts the given number
|
||||||
* of seconds in +numeric+ from _time_.
|
* of seconds in +numeric+ from _time_.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user