Skip to content

Commit

Permalink
Fix @time compat description (JuliaLang#46416)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter authored Aug 22, 2022
1 parent 4ea8d56 commit e0056c8
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 @@ -228,9 +228,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 e0056c8

Please sign in to comment.