aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-13 14:54:32 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-13 14:54:32 +0000
commita23ca8bae9820f5fffa5ccf625967d5e1ee2aca9 (patch)
tree97faea45dc7db03e11fd81168cb27b345e60efd4 /NEWS
parentb814f491b9b1324170e6e797ba15962c3b23bd8a (diff)
downloadruby-a23ca8bae9820f5fffa5ccf625967d5e1ee2aca9.tar.gz
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64347 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 1175188049..ca8adc97d5 100644
--- a/NEWS
+++ b/NEWS
@@ -106,7 +106,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Module
- * Module#method_defind?, Module#private_method_defined? and Module#protected_mathod_defined? now accepts the second parameter as optional. If it's true (=default), checks ancestor modules/classes, or checks only the class itself. [Feature #14944]
+ * Module#method_defined?, Module#private_method_defined? and Module#protected_method_defined? now accepts the second parameter as optional. If it's true (=default), checks ancestor modules/classes, or checks only the class itself. [Feature #14944]
* NameError