Skip to content

Commit

Permalink
Base.print_escaped is no longer exported
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Aug 14, 2013
1 parent 5d0ca41 commit f0b8423
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 @@ -10,7 +10,7 @@ end

function print(io::IO, s::String)
Base.print(io, '"')
print_escaped(io, s, "\"")
Base.print_escaped(io, s, "\"")
Base.print(io, '"')
end

Expand Down

0 comments on commit f0b8423

Please sign in to comment.