mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #1417 from suzukaze/fix-doc-mrbgems
I replace 'Pre-Conditions' with 'Preconditions' because the former is a ...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user