We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b811282 commit ef5d7d7Copy full SHA for ef5d7d7
src/registry.jl
@@ -58,7 +58,7 @@ macro public(name::Symbol, othernames::Symbol...)
58
end
59
60
macro public(macrocall::Expr)
61
- if macrocall.head !== :macrocall
+ if macrocall.head !== :macrocall
62
error("Unsupported syntax: $macrocall")
63
elseif length(macrocall.args) != 2
64
error("Expected single macro name as in `@public @macro`; got: $macrocall")
0 commit comments