Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-szabo authored Mar 31, 2019
1 parent a174ab2 commit d287b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mystring = "hello hi g'day howdy"
#Export as "hello hi g'day howdy"

mylist = [1,2,3]
#Export as "[1 2 3]"
#Export as "1 2 3"
```
Note: floats that have 9 zeros after the dot (epsilon = 10^-9) are presented as integers.
Viper's toml converter somehow converts big integers to float and presents them in the exponential format. This way we work around that.
Expand Down

0 comments on commit d287b3e

Please sign in to comment.