summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2020-11-25 10:17:52 +0900
committerKOBAYASHI Shuji <[email protected]>2020-11-25 10:17:52 +0900
commita7b50be35be6d594423290043f68822f54593c5a (patch)
tree92ea7196c82ea83935b086ec33a491c4680ac9ca /doc
parentfc98aa290f6256ea64ca7792af483d4d31131cd5 (diff)
downloadmruby-a7b50be35be6d594423290043f68822f54593c5a.tar.gz
mruby-a7b50be35be6d594423290043f68822f54593c5a.zip
Fix C source compilation with `MRB_USE_ALL_SYMBOLS`; ref #5187
However, compiling by `mrbc` fails with another issue (#5116).
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 fdf24b98c..d01eff258 100644
--- a/doc/guides/mrbconf.md
+++ b/doc/guides/mrbconf.md
@@ -168,5 +168,5 @@ largest value of required alignment.
* Define this macro on machines that use higher bits of pointers
`MRB_USE_ALL_SYMBOLS`
-* Make it available `Symbols.all_symbols` in `mrbgems/mruby-symbol-ext`
+* Make it available `Symbol.all_symbols` in `mrbgems/mruby-symbol-ext`
* Increase heap memory usage.