diff options
Diffstat (limited to 'doc/mruby3.md')
| -rw-r--r-- | doc/mruby3.md | 6 |
1 files changed, 3 insertions, 3 deletions
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` |
