aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/lib')
-rw-r--r--actionmailer/lib/action_mailer/base.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb
index 669e49c91c..b230e34631 100644
--- a/actionmailer/lib/action_mailer/base.rb
+++ b/actionmailer/lib/action_mailer/base.rb
@@ -360,8 +360,8 @@ module ActionMailer #:nodoc:
# You can also pass a hash into headers of header field names and values, which
# will then be set on the Mail::Message object:
#
- # headers {'X-Special-Domain-Specific-Header' => "SecretValue",
- # 'In-Reply-To' => incoming.message_id }
+ # headers 'X-Special-Domain-Specific-Header' => "SecretValue",
+ # 'In-Reply-To' => incoming.message_id
#
# The resulting Mail::Message will have the following in it's header:
#