Skip to content

Commit

Permalink
Merge pull request mruby#5689 from jbampton/case-and-grammar
Browse files Browse the repository at this point in the history
Fix grammar and case of Ruby
  • Loading branch information
matz authored Apr 15, 2022
2 parents 5f1ed38 + 888931c commit 528335e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/guides/mrbgems.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ mrbgem from the core or mgem-list.

Note that if more than one git-based gem has the same base name
(i.e. the default checkout directory name), it is (now) an error
**UNLESS** they are have the same repository URL, branch name and
**UNLESS** they have the same repository URL, branch name and
commit-id (i.e. checksum hash). You can bypass this by explicitly
importing your preferred version **first** and setting the
`canonical:` option to `true`:
Expand Down Expand Up @@ -160,7 +160,7 @@ GEM directory. A typical GEM specification could look like this for example:
MRuby::Gem::Specification.new('c_and_ruby_extension_example') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = 'Example mrbgem using C and ruby'
spec.summary = 'Example mrbgem using C and Ruby'
end
```

Expand Down

0 comments on commit 528335e

Please sign in to comment.