Skip to content

Commit

Permalink
change parse to parse_readable to protect other uses of parse
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff authored Jan 5, 2017
1 parent 74ffeab commit fc2a68d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/support/ReadableNumbers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ module ReadableNumbers
generating and showing prettier numeric strings
=#

export ReadableNumStyle, readable, show_readable
export ReadableNumStyle, readable, show_readable, parse_readable

import Base: STDOUT, parse
import Base: STDOUT


if typeof(Base.split("a","b")[1]) == SubString{String}
Expand Down

0 comments on commit fc2a68d

Please sign in to comment.