diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-07-29 09:11:52 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-07-29 09:11:52 -0700 |
| commit | ed49d023501fc395ce304919d0c960eed1f35667 (patch) | |
| tree | d0b26400415d2fc503eea6af3ff2d73e66bff495 | |
| parent | 961cd408a86580c4d428f56153da00fd46738e35 (diff) | |
| parent | d6b24de6e1b7384c5cd974cefc63865f7f705ed4 (diff) | |
| download | mruby-ed49d023501fc395ce304919d0c960eed1f35667.tar.gz mruby-ed49d023501fc395ce304919d0c960eed1f35667.zip | |
Merge pull request #1417 from suzukaze/fix-doc-mrbgems
I replace 'Pre-Conditions' with 'Preconditions' because the former is a ...
| -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 |
