Skip to content

Commit b90742f

Browse files
committed
Merge pull request #12098 from JuliaLang/omm/test-meta
Test: change __META__ to META
2 parents 1a1e1ee + 57bd246 commit b90742f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/docs/Docs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const modules = Module[]
1212

1313
const META′ = :__META__
1414

15-
@eval meta(mod) = mod.$META′
15+
meta(mod) = mod.(META′)
1616

1717
meta() = meta(current_module())
1818

0 commit comments

Comments
 (0)