NumericIO.jl
NumericIO.jl copied to clipboard
Fix typo
This PR fixes a typo in the README
julia> formatted(3.14159e-8, :SI, ndigits=3) # => "31.14n"
"31.4n"