aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
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