fix a typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
xibbar 2013-05-30 07:59:27 +00:00
parent 10e44b568f
commit 38a14c68e0

View File

@ -1435,7 +1435,7 @@ Sat May 4 04:13:27 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
Fri May 3 19:32:13 2013 Takeyuki FUJIOKA <xibbar@ruby-lang.org>
* lib/cgi/util.rb: All class methods moduleized.
* lib/cgi/util.rb: All class methods modulized.
We can use these methods like a function when "include CGI::Util".
[Feature #8354]