diff options
Diffstat (limited to 'lib/base64.rb')
-rw-r--r-- | lib/base64.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base64.rb b/lib/base64.rb index a240b730b4..98829f0d96 100644 --- a/lib/base64.rb +++ b/lib/base64.rb @@ -25,7 +25,7 @@ module Base64 # Returns the Base64-encoded version of +bin+. # This method complies with RFC 2045. - # Line feeds are added to every 60 encoded charactors. + # Line feeds are added to every 60 encoded characters. # # require 'base64' # Base64.encode64("Now is the time for all good coders\nto learn Ruby") |