diff options
| author | John Bampton <[email protected]> | 2021-06-22 06:56:46 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2021-06-22 06:57:03 +1000 |
| commit | 188e9b6fb01a8b228f4e4d7cce1d509e103f2610 (patch) | |
| tree | be30e63729f3ec039505b4b87a0ecded7e0bb9ed /doc/guides/mrbgems.md | |
| parent | 8416e706ba1758e6d0f85adf0f2b3510ce711862 (diff) | |
| download | mruby-188e9b6fb01a8b228f4e4d7cce1d509e103f2610.tar.gz mruby-188e9b6fb01a8b228f4e4d7cce1d509e103f2610.zip | |
Enable markdownlint rules MD003,MD005,MD007
Lint Markdown
https://github.com/DavidAnson/markdownlint#rules--aliases
Diffstat (limited to 'doc/guides/mrbgems.md')
| -rw-r--r-- | doc/guides/mrbgems.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guides/mrbgems.md b/doc/guides/mrbgems.md index e67a260d1..c08a09f4e 100644 --- a/doc/guides/mrbgems.md +++ b/doc/guides/mrbgems.md @@ -200,8 +200,8 @@ Version requirement supports following operators: * '>=': is equal or greater * '<=': is equal or lesser * '~>': is equal or greater and is lesser than the next major version - * example 1: '~> 2.2.2' means '>= 2.2.2' and '< 2.3.0' - * example 2: '~> 2.2' means '>= 2.2.0' and '< 3.0.0' + * example 1: '~> 2.2.2' means '>= 2.2.2' and '< 2.3.0' + * example 2: '~> 2.2' means '>= 2.2.0' and '< 3.0.0' When more than one version requirements is passed, the dependency must satisfy all of it. @@ -215,7 +215,7 @@ use `MRuby::Build#gem` in the build configuration to override default gem. If you have conflicting GEMs use the following method: * `spec.add_conflict(gem, *requirements)` - * The `requirements` argument is same as in `add_dependency` method. + * The `requirements` argument is same as in `add_dependency` method. like following code: |
