From e994fa11cfdb3fc6d96068dbb40c309783563b04 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Sat, 18 Oct 2014 13:14:00 -0700 Subject: [ci skip] Fix word wrap, capitalization, and spacing of text from #17284 --- actionmailer/lib/action_mailer/base.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'actionmailer/lib') diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index 0216185ffa..798241aaf8 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -636,11 +636,12 @@ module ActionMailer # * +message-id+ # * +references+ # - # fields can only appear once in email headers while other fields such as X-Anything - # can appear multiple times. If you want to replace any header which already exists, - # first set it to nil in order to reset the value otherwise another field will be added - # for the same header. + # Fields can only appear once in email headers while other fields such as + # X-Anything can appear multiple times. # + # If you want to replace any header which already exists, first set it to + # +nil+ in order to reset the value otherwise another field will be added + # for the same header. def headers(args = nil) if args @_message.headers(args) -- cgit v1.2.3