diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-07-30 01:33:14 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-07-30 01:33:14 +0900 |
| commit | 294ed9801193b0c83569b50ec7741f71d195a1ae (patch) | |
| tree | dcf935c94da3ac4a07db2611de61fcad0d7273e8 /doc/mrbgems/README.md | |
| parent | dbd36128ad652c743ecb9331f7c4b9ba4a9fb933 (diff) | |
| parent | 4229b41c6840d695e2fe2746866b719c26ca3a19 (diff) | |
| download | mruby-294ed9801193b0c83569b50ec7741f71d195a1ae.tar.gz mruby-294ed9801193b0c83569b50ec7741f71d195a1ae.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'doc/mrbgems/README.md')
| -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 |
