Skip to content

Commit

Permalink
fix "intergers" typo (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain authored Oct 14, 2024
1 parent 29cc486 commit 6d08c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d08c49

Please sign in to comment.