summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2146699e..43ae916c 100644
--- a/README.md
+++ b/README.md
@@ -100,9 +100,9 @@ This library is released every month, usually at the first week of month.
math provide generic functions working with math.
* [**big**](https://pkg.go.dev/github.com/shuLhan/share/lib/math/big):
- Package big extends the capabilities of standard "math/big" package by
- adding custom global precision to Float and Rat, global rounding mode, and
- custom bits precision to Float.
+ Package big extends the capabilities of standard "math/big" package by
+ adding custom global precision to Float, Int, and Rat, global rounding
+ mode, and custom bits precision to Float.
* [**memfs**](https://pkg.go.dev/github.com/shuLhan/share/lib/memfs): A
library for mapping file system into memory and to generate an embedded Go