Skip to content

Commit f255099

Browse files
authored
Fix off-by-100 error in time_ns() docstring (#54696)
1 parent b54c688 commit f255099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/Base.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ end
152152
"""
153153
time_ns() -> UInt64
154154
155-
Get the time in nanoseconds. The time corresponding to 0 is undefined, and wraps every 5.8 years.
155+
Get the time in nanoseconds. The time corresponding to 0 is undefined, and wraps every 585 years.
156156
"""
157157
time_ns() = ccall(:jl_hrtime, UInt64, ())
158158

0 commit comments

Comments
 (0)