diff options
author | Angel Luis Jimenez Martinez <soyangel@gmail.com> | 2015-06-17 18:50:05 +0800 |
---|---|---|
committer | Angel Luis Jimenez Martinez <soyangel@gmail.com> | 2015-06-17 18:50:05 +0800 |
commit | 2ee81318ae5734a6427362effc279d20a9117db4 (patch) | |
tree | 61cc49470076363022ee270d0bb6cb019e96d240 | |
parent | 6e97405099e1995dc527e70e3ae38ad8a41ff0a8 (diff) | |
download | dexon-decimal-2ee81318ae5734a6427362effc279d20a9117db4.tar.gz dexon-decimal-2ee81318ae5734a6427362effc279d20a9117db4.tar.zst dexon-decimal-2ee81318ae5734a6427362effc279d20a9117db4.zip |
Typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ Arbitrary-precision fixed-point decimal numbers in go. -NOTE: can "only" represent numbers with a maximum of 2^31 digits after the decmial point. +NOTE: can "only" represent numbers with a maximum of 2^31 digits after the decimal point. ## Features |