[ci skip] Fix word wrap, capitalization, and spacing of text from #17284

This commit is contained in:
Zachary Scott 2014-10-18 13:14:00 -07:00
parent b9fcce3944
commit e994fa11cf

@ -636,11 +636,12 @@ def mailer_name
# * +message-id+
# * +references+
#
# fields can only appear once in email headers while other fields such as <tt>X-Anything</tt>
# 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
# <tt>X-Anything</tt> 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)