Skip to content

Commit

Permalink
[DOC] Specify the unit of return value for Time#-
Browse files Browse the repository at this point in the history
  • Loading branch information
p0pemaru committed Aug 16, 2023
1 parent 5a40f7d commit 089227e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion time.c
Expand Up @@ -4410,7 +4410,7 @@ time_plus(VALUE time1, VALUE time2)
*
* When +other_time+ is given,
* returns a Float whose value is the difference
* of the numeric values of +self+ and +other_time+:
* of the numeric values of +self+ and +other_time+ in seconds:
*
* t - t # => 0.0
*
Expand Down

0 comments on commit 089227e

Please sign in to comment.