summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorJun Hiroe <[email protected]>2014-06-22 04:05:36 +0900
committerJun Hiroe <[email protected]>2014-06-22 04:05:36 +0900
commit5355a4a18b53fdd00f555c7994af8bf16929e812 (patch)
tree28c427bdcbd826e6be1cf4899552b195d9aa8402 /doc
parent1967afc2c868755834ab2e316cf4c03b104fff76 (diff)
downloadmruby-5355a4a18b53fdd00f555c7994af8bf16929e812.tar.gz
mruby-5355a4a18b53fdd00f555c7994af8bf16929e812.zip
Fix document of doc/mrbconf/README.md
Diffstat (limited to 'doc')
-rw-r--r--doc/mrbconf/README.md2
1 files changed, 1 insertions, 1 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.