summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index 617326f996..d0c1d0811e 100644
--- a/time.c
+++ b/time.c
@@ -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
*