From 3c1ce680a38ea4c57abc49ac16326591d2289f06 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 9 Mar 2021 04:35:03 +1000 Subject: chore: fix grammar --- doc/mruby3.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/mruby3.md') diff --git a/doc/mruby3.md b/doc/mruby3.md index b17f3d526..aacbbb371 100644 --- a/doc/mruby3.md +++ b/doc/mruby3.md @@ -76,8 +76,8 @@ to be default `mrb_value` representation. Now the default is ## `MRB_WORD_BOXING` Pack `mrb_value` in an `intptr_t` integer. Consumes less -memory compared to `MRB_NO_BOXING` especially on 32 bit -platforms. `Fixnum` size is 31 bits so some integer values +memory compared to `MRB_NO_BOXING` especially on 32-bit +platforms. `Fixnum` size is 31 bits, so some integer values does not fit in `Fixnum` integers. ## `MRB_NAN_BOXING` @@ -117,7 +117,7 @@ Instructions that access pool[i]/syms[i] where i>255. * `OP_STRING16` * `OP_LOADSYM16` -Instructions that load a 32 bit integer. +Instructions that load a 32-bit integer. * `OP_LOADI32` -- cgit v1.2.3