diff options
Diffstat (limited to 'doc/mruby3.md')
| -rw-r--r-- | doc/mruby3.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/mruby3.md b/doc/mruby3.md index ebd2673d5..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` @@ -160,4 +160,4 @@ For better and faster random number generation. Preallocated symbols are interned at compile-time. They can be accessed via symbols macros (e.g. `MRB_SYM()`). -See [Symbols](https://github.com/mruby/mruby/blob/master/doc/guides/symbol.md). +See [Symbols](./guides/symbol.md). |
