mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
time.c: update the document for Time#usec; close #5515
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user