diff options
| author | John Bampton <[email protected]> | 2020-12-13 17:26:24 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2020-12-13 18:38:22 +1000 |
| commit | 940dec5e7df1c4c7ec131073bd364ddd59d4b48c (patch) | |
| tree | 77b0097e93d105368890ab0611801225e72f7ec6 /doc/mruby3.md | |
| parent | 116e128b1a103e2fb246cc9d53b82246b24dbd40 (diff) | |
| download | mruby-940dec5e7df1c4c7ec131073bd364ddd59d4b48c.tar.gz mruby-940dec5e7df1c4c7ec131073bd364ddd59d4b48c.zip | |
Fix spelling
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 ae1a9b38e..75839705c 100644 --- a/doc/mruby3.md +++ b/doc/mruby3.md @@ -13,7 +13,7 @@ directory. For examples: * `boxing`: compiles all three boxing options * `clang-asan`: compiles with `clang`'s Address Sanitizer -You can specify the build configration file with the +You can specify the build configuration file with the `MRUBY_CONFIG` environment variable (or `CONFIG` in short). If the value specified by `MRUBY_CONFIG` is not the path to the configuration file, `build_config/${MRUBY_CONFIG}.rb` is @@ -68,7 +68,7 @@ Some configuration macro names are changed for consistency (use `MRB_USE_XXX` ## `MRB_NO_BOXING` Uses `struct` to represent `mrb_value`. Consumes more memory -but easier to inveticate the internal and to debug. It used +but easier to investigate the internal and to debug. It used to be default `mrb_value` representation. Now the default is `MRB_WORD_BOXING`. @@ -137,7 +137,7 @@ Instructions for old exception handling * `OP_EPUSH` * `OP_EPOP` -No more operand extention +No more operand extension * `OP_EXT1` * `OP_EXT2` |
