Skip to content

Commit 3151c6c

Browse files
authored
Fix compat in profile
1 parent 0567b9e commit 3151c6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/profile.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ may not be relevant. The output will be written to `io`, which defaults to `stdo
2121
Slow operations will be highlighted in the output: Entries colored in yellow are among the
2222
slowest 25%, while entries colored in red are among the slowest 5% of all operations.
2323
24-
!!! compat "Julia 1.9" This functionality is only available on Julia 1.9 and later.
24+
!!! compat "Julia 1.9"
25+
This functionality is only available on Julia 1.9 and later.
2526
2627
## External profilers (`external=true`, when an external profiler is detected)
2728

0 commit comments

Comments
 (0)