Skip to content

Commit

Permalink
Document UInt64 return type of time_ns() (#46648)
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Sep 6, 2022
1 parent ea74208 commit d6cbfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if false
end

"""
time_ns()
time_ns() -> UInt64
Get the time in nanoseconds. The time corresponding to 0 is undefined, and wraps every 5.8 years.
"""
Expand Down

0 comments on commit d6cbfab

Please sign in to comment.