From 508fc4f655953db7c71f0899de2e0886498e6b58 Mon Sep 17 00:00:00 2001 From: mwoss Date: Sun, 7 Apr 2024 23:52:31 +0200 Subject: [PATCH] Grammar fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a7bc1b..cbcb53f 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Fortunately, thanks to the wonderful community we have a dozen other libraries t Explore other alternatives to find the one that best fits your needs :) * [cockroachdb/apd](https://github.com/cockroachdb/apd) - high precision, mutable and rich API similar to `big.Int`, higher performance than this library -* [alpacahq/alpacadecimal](https://github.com/alpacahq/alpacadecimal) - high performance, low precision (12 digits), with fully compatible API to this library +* [alpacahq/alpacadecimal](https://github.com/alpacahq/alpacadecimal) - high performance, low precision (12 digits), fully compatible API with this library * [govalues/decimal](https://github.com/govalues/decimal) - high performance, zero-allocation, low precision (19 digits) * [greatcloak/decimal](https://github.com/greatcloak/decimal) - fork of this library, with out-of-the-box BSON marshaling support