diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mrbconf/README.md | 2 | ||||
| -rw-r--r-- | doc/mrbgems/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/mrbconf/README.md b/doc/mrbconf/README.md index 9532681eb..813b80839 100644 --- a/doc/mrbconf/README.md +++ b/doc/mrbconf/README.md @@ -78,6 +78,6 @@ will be defined as `mrb_int`. * Useful tracking unnecessary mruby object allocation. `MRB_GC_ARENA_SIZE` -* Default value 100. +* Default value is 100. * Ignored when `MRB_GC_FIXED_ARENA` isn't defined. * Defines fixed GC arena size. diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md index 4929b409c..5897c5727 100644 --- a/doc/mrbgems/README.md +++ b/doc/mrbgems/README.md @@ -63,7 +63,7 @@ This will cause the *custom* GemBox to be read in during the build process, adding *mruby-time* and *mrbgems-example* to the build. If you want, you can put GemBox outside of mruby directory. In that case you must -specify absolute path like below. +specify an absolute path like below. ```ruby conf.gembox "#{ENV["HOME"]}/mygemboxes/custom" ``` |
