Skip to content

Commit 1b0020c

Browse files
KristofferClazarusA
authored andcommitted
fix at-main docstring to not code quote a compat box (JuliaLang#55242)
1 parent b767480 commit 1b0020c

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
@@ -632,10 +632,10 @@ module MyApp
632632
end
633633
const main = MyApp.main
634634
# `julia` Will *NOT* execute MyApp.main unless there is a separate `@main` annotation in `Main`
635+
```
635636
636637
!!! compat "Julia 1.11"
637638
This macro is new in Julia 1.11. At present, the precise semantics of `@main` are still subject to change.
638-
```
639639
"""
640640
macro main(args...)
641641
if !isempty(args)

0 commit comments

Comments
 (0)