Skip to content

Commit

Permalink
Update base/Base_compiler.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Kristoffer Carlsson <[email protected]>
  • Loading branch information
stevengj and KristofferC authored Jan 30, 2025
1 parent 780d041 commit ac62246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Base_compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ end
time_ns() -> UInt64
Get the time in nanoseconds relative to some machine-specific arbitrary time in the past.
The primary use is for measuring elapsed times during program execution. The return value is guaranteed to
The primary use is for measuring elapsed times during program execution. The return value is guaranteed to
be monotonic (mod 2⁶⁴) while the system is running, and is unaffected by clock drift or changes to local calendar time,
but it may change arbitrarily across system reboots or suspensions.
Expand Down

0 comments on commit ac62246

Please sign in to comment.