From 8d18d5f44904cd6f00f6aba872ace58a90847281 Mon Sep 17 00:00:00 2001 From: mwoss Date: Mon, 8 Apr 2024 00:18:41 +0200 Subject: [PATCH] Grammar fix again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7ae55d..3ae049c 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ When working with decimal numbers, you might face problems this library is not p Fortunately, thanks to the wonderful community we have a dozen other libraries that you can choose from. 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`, better performance than this library +* [cockroachdb/apd](https://github.com/cockroachdb/apd) - high precision, mutable and rich API similar to `big.Int`, more performant than 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