Skip to content

Commit

Permalink
Fix @time compat description (#46416)
Browse files Browse the repository at this point in the history
(cherry picked from commit e0056c8)
  • Loading branch information
MasonProtter authored and KristofferC committed Aug 26, 2022
1 parent 9b3a2bb commit f30c276
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions base/timing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,8 @@ See also [`@showtime`](@ref), [`@timev`](@ref), [`@timed`](@ref), [`@elapsed`](@
!!! compat "Julia 1.8"
The option to add a description was introduced in Julia 1.8.
!!! compat "Julia 1.9"
Recompilation time being shown separately from compilation time was introduced in Julia 1.9
Recompilation time being shown separately from compilation time was introduced in Julia 1.8
```julia-repl
julia> x = rand(10,10);
Expand Down

0 comments on commit f30c276

Please sign in to comment.