Skip to content

Commit

Permalink
fix at-main docstring to not code quote a compat box (#55242)
Browse files Browse the repository at this point in the history
(cherry picked from commit 157d4ee)
  • Loading branch information
KristofferC committed Aug 2, 2024
1 parent 70af74e commit bab4ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/client.jl
Original file line number Diff line number Diff line change
Expand Up @@ -608,10 +608,10 @@ module MyApp
end
const main = MyApp.main
# `julia` Will *NOT* execute MyApp.main unless there is a separate `@main` annotation in `Main`
```
!!! compat "Julia 1.11"
This macro is new in Julia 1.11. At present, the precise semantics of `@main` are still subject to change.
```
"""
macro main(args...)
if !isempty(args)
Expand Down

0 comments on commit bab4ef1

Please sign in to comment.