diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-12-13 23:36:18 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-13 23:36:18 +0900 |
| commit | e9fe337b952731226449027a4c34471af27b23e6 (patch) | |
| tree | 77b0097e93d105368890ab0611801225e72f7ec6 /doc/mruby3.md | |
| parent | 116e128b1a103e2fb246cc9d53b82246b24dbd40 (diff) | |
| parent | 940dec5e7df1c4c7ec131073bd364ddd59d4b48c (diff) | |
| download | mruby-e9fe337b952731226449027a4c34471af27b23e6.tar.gz mruby-e9fe337b952731226449027a4c34471af27b23e6.zip | |
Merge pull request #5221 from jbampton/fix-spelling
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` |
