From 7d2b70a95feb3425c14bb2b7aa7338a444de489a Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 13 Aug 2018 14:54:32 +0000 Subject: fix typos [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3