summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-16 10:45:03 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-16 10:45:03 +0000
commit508c67a8e567ac41c109f1a281d233cbbfe1f488 (patch)
tree9e1bba40399adc4b077a25cf6c7cee2ca1e6d9e7 /NEWS
parent80e0ef3a8167dddc8434e981a5df5925e667919e (diff)
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50503 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 993cee0240..b136074ceb 100644
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@ with all sufficient information, see the ChangeLog file.
* Enumerable
- * Enumerable#grep_v is added as inversed version of Enumerable#grep.
+ * Enumerable#grep_v is added as inverse version of Enumerable#grep.
=== Core classes compatibility issues (excluding feature bug fixes)