aboutsummaryrefslogtreecommitdiffstats
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
commit8e320ed127d21d940b120f8a7af7b2626a91a3de (patch)
tree9e1bba40399adc4b077a25cf6c7cee2ca1e6d9e7 /NEWS
parentf42704ca600a55453fa124946b77ecc7abebc913 (diff)
downloadruby-8e320ed127d21d940b120f8a7af7b2626a91a3de.tar.gz
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)