Skip to content

Commit 9abf7d6

Browse files
authored
Merge pull request #4 from JuliaString/spj/constglobal
Fix deprecation of const global in function
2 parents 8b885d4 + 131e10d commit 9abf7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HTML_Entities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct HTML_Table{T} <: AbstractEntityTable
2929
end
3030

3131
function __init__()
32-
const global _tab =
32+
global _tab =
3333
HTML_Table(StrTables.load(joinpath(Pkg.dir("HTML_Entities"), "data", "html.dat"))...)
3434
nothing
3535
end

0 commit comments

Comments
 (0)