From 6d08c499ad70f0492084f52ead74296d98283bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Fern=C3=A1ndez=20Serrata?= <76864299+Rudxain@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:03:46 -0400 Subject: [PATCH] fix "intergers" typo (#158) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d552663..3398e2d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ space and improve performance. Big integers are allocated in the Caml heap, bypassing GMP's memory management and achieving better GC behavior than e.g. the MLGMP library. Computations on small integers use a special, faster path (in C or OCaml) -eschewing calls to GMP, while computations on large intergers use the +eschewing calls to GMP, while computations on large integers use the low-level MPN functions from GMP. Arbitrary-precision integers can be compared correctly using OCaml's