* lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2009-06-03 17:26:35 +00:00
parent cab726cfac
commit 6c987f3e06
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Jun 4 02:25:51 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564]
Wed Jun 3 09:03:23 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* enum.c (enum_first): should check negative length.

View File

@ -1,5 +1,5 @@
#
# = base64.rb: methods for base64-encoding and -decoding stings
# = base64.rb: methods for base64-encoding and -decoding strings
#
# The Base64 module provides for the encoding (#encode64, #strict_encode64,