mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 1 deletions
2
time.c
2
time.c
|
@ -3650,7 +3650,7 @@ time_plus(VALUE time1, VALUE time2)
|
|||
* time - other_time -> float
|
||||
* 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
|
||||
* of seconds in +numeric+ from _time_.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue