Closed adamv closed 11 years ago
The TOML spec says of floats, 64-bit (double) precision expected. Thus, the Getter should return Doubles, not Floats.
64-bit (double) precision expected
I've fixed the issue, I will make a commit around noon (GMT time).
Thank you.
The TOML spec says of floats,
64-bit (double) precision expected
. Thus, the Getter should return Doubles, not Floats.