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
  • Loading branch information
KristofferC authored Jul 25, 2024
1 parent 116d42b commit 157d4ee
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 @@ -632,10 +632,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 157d4ee

Please sign in to comment.