diff options
| author | Daniel Bovensiepen <[email protected]> | 2013-08-01 15:17:34 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2013-08-01 15:17:34 +0800 |
| commit | 16a162ec45c8ad7827e4c771c35782a9bf9a320c (patch) | |
| tree | b37ecec53147d4bee632dfbad369650f6818e18d /doc | |
| parent | 6f95cd36bbec2b5b6ed9439178c27b8196a21e4e (diff) | |
| parent | d16edc11ca9b4754a79f0fb4f481c3bd46077bac (diff) | |
| download | mruby-16a162ec45c8ad7827e4c771c35782a9bf9a320c.tar.gz mruby-16a162ec45c8ad7827e4c771c35782a9bf9a320c.zip | |
Merge remote-tracking branch 'upstream/master' into lang-doc
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mrbgems/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md index 881fbb228..65b794dc0 100644 --- a/doc/mrbgems/README.md +++ b/doc/mrbgems/README.md @@ -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 |
