Commit ed49d023 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1417 from suzukaze/fix-doc-mrbgems

I replace 'Pre-Conditions' with 'Preconditions' because the former is a ...
parents 961cd408 d6b24de6
...@@ -156,7 +156,7 @@ the following options additionally inside of your GEM specification: ...@@ -156,7 +156,7 @@ the following options additionally inside of your GEM specification:
mruby can be extended with C. This is possible by using the C API to mruby can be extended with C. This is possible by using the C API to
integrate C libraries into mruby. integrate C libraries into mruby.
### Pre-Conditions ### Preconditions
mrbgems expects that you have implemented a C method called mrbgems expects that you have implemented a C method called
`mrb_YOURGEMNAME_gem_init(mrb_state)`. `YOURGEMNAME` will be replaced `mrb_YOURGEMNAME_gem_init(mrb_state)`. `YOURGEMNAME` will be replaced
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment