Skip to content

Commit bab4ef1

Browse files
committed
fix at-main docstring to not code quote a compat box (#55242)
(cherry picked from commit 157d4ee)
1 parent 70af74e commit bab4ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/client.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,10 +608,10 @@ module MyApp
608608
end
609609
const main = MyApp.main
610610
# `julia` Will *NOT* execute MyApp.main unless there is a separate `@main` annotation in `Main`
611+
```
611612
612613
!!! compat "Julia 1.11"
613614
This macro is new in Julia 1.11. At present, the precise semantics of `@main` are still subject to change.
614-
```
615615
"""
616616
macro main(args...)
617617
if !isempty(args)

0 commit comments

Comments
 (0)