Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4b836f

Browse files
author
matz
committed
* 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
1 parent 65bc2a0 commit e4b836f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/base64.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# = base64.rb: methods for base64-encoding and -decoding stings
2+
# = base64.rb: methods for base64-encoding and -decoding strings
33
#
44

55
# The Base64 module provides for the encoding (#encode64, #strict_encode64,

0 commit comments

Comments
 (0)