From 6f97cf10e97522c1172248955b8ca4e87eb02a78 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 11 Oct 2024 04:07:58 +1000 Subject: [PATCH] docs: fix grammar --- mrbgems/mruby-bigint/README-fgmp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mrbgems/mruby-bigint/README-fgmp.md b/mrbgems/mruby-bigint/README-fgmp.md index 4df3035cc..245db8fe2 100644 --- a/mrbgems/mruby-bigint/README-fgmp.md +++ b/mrbgems/mruby-bigint/README-fgmp.md @@ -55,7 +55,7 @@ mpz_sqrtrem, plus other general bug fixes. Thanks also to Erick Gallesio for a fix to mpz_init_set_str -Define B64 if your "long" type is 64 bits. Otherwise we assume 32 +Define B64 if your "long" type is 64 bits. Otherwise, we assume 32 bit longs. (The 64-bit version hasn't been tested enough) ``` @@ -91,7 +91,7 @@ MS-DOS 286 C compiler (see credits above) all files which include gmp.h) - link with gmp.o instead of libgmp.a -Here's a complete sorted list of function implemented in fgmp: +Here's a completely sorted list of functions implemented in fgmp: ``` _mpz_realloc