diff options
| author | Kazuhiro Sera <[email protected]> | 2018-08-11 00:28:32 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-08-25 09:19:17 +0900 |
| commit | 2b2ff844a17f07a80a6b8f22d8963ea050f82344 (patch) | |
| tree | 7086cf708cf6081fe09b60a941be41bf9f1cac1e /doc/guides/mrbgems.md | |
| parent | b083c1351f98206aa048d0dea83b83304a1adcc4 (diff) | |
| download | mruby-2b2ff844a17f07a80a6b8f22d8963ea050f82344.tar.gz mruby-2b2ff844a17f07a80a6b8f22d8963ea050f82344.zip | |
Fix misspelling words in comments
Diffstat (limited to 'doc/guides/mrbgems.md')
| -rw-r--r-- | doc/guides/mrbgems.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guides/mrbgems.md b/doc/guides/mrbgems.md index 8dac0dc86..0fcc936ed 100644 --- a/doc/guides/mrbgems.md +++ b/doc/guides/mrbgems.md @@ -179,11 +179,11 @@ Version requirement supports following operators: When more than one version requirements is passed, the dependency must satisfy all of it. -You can have default gem to use as depedency when it's not defined in *build_config.rb*. +You can have default gem to use as dependency when it's not defined in *build_config.rb*. When the last argument of `add_dependency` call is `Hash`, it will be treated as default gem information. Its format is same as argument of method `MRuby::Build#gem`, expect that it can't be treated as path gem location. -When a special version of depedency is required, +When a special version of dependency is required, use `MRuby::Build#gem` in *build_config.rb* to override default gem. If you have conflicting GEMs use the following method: |
