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

parent 47eca476
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment