time.c: update the document for Time#usec; close #5515

This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-07-25 06:18:00 +09:00
parent 47eca476e8
commit 2bed2fabae
+1 -1
View File
@@ -943,7 +943,7 @@ mrb_time_to_i(mrb_state *mrb, mrb_value self)
}
/* 15.2.19.7.26 */
/* Returns an Integer with the time since the epoch in microseconds. */
/* Returns the number of microseconds for time. */
static mrb_value
mrb_time_usec(mrb_state *mrb, mrb_value self)
{