Merge pull request #7 from soyangel/patch-1

Fix Typo
This commit is contained in:
Vadim Graboys 2015-06-17 07:16:08 -04:00
commit 00831300e9

View file

@ -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