summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2017-07-27 15:49:05 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2017-07-27 16:14:03 +0900
commit4696093673c3352a1897490ecc5e4e4e40f463b5 (patch)
tree6fbc5424a0f9f0569cbb8c33480747af21f605f7 /doc
parent1e41026b28edbb6423b65588d5aeb270df2e0032 (diff)
downloadmruby-4696093673c3352a1897490ecc5e4e4e40f463b5.tar.gz
mruby-4696093673c3352a1897490ecc5e4e4e40f463b5.zip
Rename `MRB_SEGMENT_SIZE` to `MRB_IV_SEGMENT_SIZE`.
Diffstat (limited to 'doc')
-rw-r--r--doc/guides/mrbconf.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/mrbconf.md b/doc/guides/mrbconf.md
index eb27ad102..f957f8ce2 100644
--- a/doc/guides/mrbconf.md
+++ b/doc/guides/mrbconf.md
@@ -122,7 +122,7 @@ largest value of required alignment.
* If defined `Float` will be a mruby object with `RBasic`.
## Instance variable configuration.
-`MRB_SEGMENT_SIZE`
+`MRB_IV_SEGMENT_SIZE`
* Default value is `4`.
* Specifies size of each segment in segment list.