mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Fix documentation typo for Process#clock_gettime
Fixes [Misc #18610]
This commit is contained in:
parent
ff7eb85125
commit
9cbebdcb74
Notes:
git
2022-03-07 21:02:20 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -8331,7 +8331,7 @@ ruby_real_ms_time(void)
|
|||
* The underlying function, clock_gettime(), returns a number of nanoseconds.
|
||||
* Float object (IEEE 754 double) is not enough to represent
|
||||
* the return value for CLOCK_REALTIME.
|
||||
* If the exact nanoseconds value is required, use +:nanoseconds+ as the +unit+.
|
||||
* If the exact nanoseconds value is required, use +:nanosecond+ as the +unit+.
|
||||
*
|
||||
* The origin (zero) of the returned value varies.
|
||||
* For example, system start up time, process start up time, the Epoch, etc.
|
||||
|
|
Loading…
Add table
Reference in a new issue