1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-05-16 10:45:03 +00:00
parent 80e0ef3a81
commit 508c67a8e5

2
NEWS
View file

@ -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)