summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-05 02:04:57 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-05 02:04:57 +0000
commitd5db3754f93f8497bd8517ea21c6813c664eadc2 (patch)
tree13dad170a39b599f554b1df2d92f9167c0c148da /NEWS
parent0de9b0fee7dbe174e29208007ce9cb91d7487ea6 (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c38fd4e4c1..b1c74ac05e 100644
--- a/NEWS
+++ b/NEWS
@@ -55,7 +55,7 @@ with all sufficient information, see the ChangeLog file.
* Module
* added method:
* added Module#prepend which is similar to Module#include,
- however a mehtod in the prepended module overrides the
+ however a method in the prepended module overrides the
corresponding method in the prepending module.
* extended method:
* Module#define_method accepts a UnboundMethod from a Module.