Skip to content

Commit

Permalink
Merge pull request mikel#387 from mickeyreiss/master
Browse files Browse the repository at this point in the history
Fixed a typo...
  • Loading branch information
arunagw committed Apr 24, 2012
2 parents 348c170 + 13f7f8f commit f19ffd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mail/body.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Mail
# The body is where the text of the email is stored. Mail treats the body
# as a single object. The body itself has no information about boundaries
# used in the MIME standard, it just looks at it's content as either a single
# block of text, or (if it is a multipart message) as an array of blocks o text.
# block of text, or (if it is a multipart message) as an array of blocks of text.
#
# A body has to be told to split itself up into a multipart message by calling
# #split with the correct boundary. This is because the body object has no way
Expand Down

0 comments on commit f19ffd4

Please sign in to comment.