summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-method/README.md
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-03-09 15:03:35 +0900
committerGitHub <[email protected]>2021-03-09 15:03:35 +0900
commit405b5225aeda99e3685423c98d951f4bce758233 (patch)
tree33a899870963cbda1eed8c8f47b92388d01d6dea /mrbgems/mruby-method/README.md
parentf2b352944106e61c5b3026f01ded737183a94292 (diff)
parent3c1ce680a38ea4c57abc49ac16326591d2289f06 (diff)
downloadmruby-405b5225aeda99e3685423c98d951f4bce758233.tar.gz
mruby-405b5225aeda99e3685423c98d951f4bce758233.zip
Merge pull request #5377 from jbampton/fix-grammar
chore: fix grammar
Diffstat (limited to 'mrbgems/mruby-method/README.md')
-rw-r--r--mrbgems/mruby-method/README.md2
1 files changed, 1 insertions, 1 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