summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
diff options
context:
space:
mode:
authorJohn Bampton <[email protected]>2021-03-09 04:35:03 +1000
committerJohn Bampton <[email protected]>2021-03-09 04:35:03 +1000
commit3c1ce680a38ea4c57abc49ac16326591d2289f06 (patch)
tree33a899870963cbda1eed8c8f47b92388d01d6dea /mrbgems
parentf2b352944106e61c5b3026f01ded737183a94292 (diff)
downloadmruby-3c1ce680a38ea4c57abc49ac16326591d2289f06.tar.gz
mruby-3c1ce680a38ea4c57abc49ac16326591d2289f06.zip
chore: fix grammar
Diffstat (limited to 'mrbgems')
-rw-r--r--mrbgems/mruby-method/README.md2
-rw-r--r--mrbgems/mruby-sleep/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/mruby-method/README.md b/mrbgems/mruby-method/README.md
index 5cb0b342a..eef414c55 100644
--- a/mrbgems/mruby-method/README.md
+++ b/mrbgems/mruby-method/README.md
@@ -1,7 +1,7 @@
mruby-method
===
-A implementation of class **Method** and **UnboundMethod** for mruby
+An implementation of class **Method** and **UnboundMethod** for mruby
```ruby
p Enumerable.instance_method(:find_all).source_location
diff --git a/mrbgems/mruby-sleep/README.md b/mrbgems/mruby-sleep/README.md
index 0ccc7000f..cddae7c13 100644
--- a/mrbgems/mruby-sleep/README.md
+++ b/mrbgems/mruby-sleep/README.md
@@ -4,7 +4,7 @@ mruby sleep module
## install by mrbgems
-- add conf.gem line to your build configuration.
+- add `conf.gem` line to your build configuration.
```ruby
MRuby::Build.new do |conf|