Skip to content

Commit

Permalink
Change typealias to const assignment (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
TotalVerb authored Feb 13, 2017
1 parent 4c960b9 commit a145d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JSON.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ immutable AssociativeWrapper{T} <: Associative{Symbol, Any}
end
AssociativeWrapper(x) = AssociativeWrapper(x, fieldnames(x))

typealias JSONPrimitive Union{
const JSONPrimitive = Union{
Associative, Tuple, AbstractArray, AbstractString, Integer,
AbstractFloat, Bool, Void}

Expand Down

0 comments on commit a145d09

Please sign in to comment.