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 5842378
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base/timing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@ 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 5842378

Please sign in to comment.