diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-25 06:18:00 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-25 13:07:11 +0900 |
| commit | 2bed2fabaeeca4aa460a6fbbadb2069f6950ecf1 (patch) | |
| tree | a7b489b2213eeb444a8b4a16eeef146fa93a286b /mrbgems/mruby-time | |
| parent | 47eca476e8a5be546e048248334a6d204b2ccdb7 (diff) | |
| download | mruby-2bed2fabaeeca4aa460a6fbbadb2069f6950ecf1.tar.gz mruby-2bed2fabaeeca4aa460a6fbbadb2069f6950ecf1.zip | |
time.c: update the document for `Time#usec`; close #5515
Diffstat (limited to 'mrbgems/mruby-time')
| -rw-r--r-- | mrbgems/mruby-time/src/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-time/src/time.c b/mrbgems/mruby-time/src/time.c index ce822b1f4..b5e9510d0 100644 --- a/mrbgems/mruby-time/src/time.c +++ b/mrbgems/mruby-time/src/time.c @@ -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) { |
