summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJun Hiroe <[email protected]>2013-07-27 14:57:34 +0900
committerJun Hiroe <[email protected]>2013-07-27 14:57:34 +0900
commitd6b24de6e1b7384c5cd974cefc63865f7f705ed4 (patch)
tree05a3385c6ef10801af6fd582a48a4b9ee71c66a0
parentf6d686eae0fce7d93426e0eb188cdc9658dfee75 (diff)
downloadmruby-d6b24de6e1b7384c5cd974cefc63865f7f705ed4.tar.gz
mruby-d6b24de6e1b7384c5cd974cefc63865f7f705ed4.zip
I replace 'Pre-Conditions' with 'Preconditions' because the former is a wrong word.
-rw-r--r--doc/mrbgems/README.md2
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