Commit d6b24de6 authored by Jun Hiroe's avatar Jun Hiroe

I replace 'Pre-Conditions' with 'Preconditions' because the former is a wrong word.

parent f6d686ea
...@@ -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