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

This commit is contained in:
Jun Hiroe
2013-07-27 14:57:34 +09:00
parent f6d686eae0
commit d6b24de6e1
+1 -1
View File
@@ -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
integrate C libraries into mruby.
### Pre-Conditions
### Preconditions
mrbgems expects that you have implemented a C method called
`mrb_YOURGEMNAME_gem_init(mrb_state)`. `YOURGEMNAME` will be replaced