aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/message_delivery.rb
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-08-30 03:36:54 +0900
committerGitHub <noreply@github.com>2017-08-30 03:36:54 +0900
commit96742b5e0f04a2ed795032df04736cb1f16cc3a4 (patch)
treef49b15abda72948d007549e1350520c0ccd4cfe8 /actionmailer/lib/action_mailer/message_delivery.rb
parent711dd2294f5ac5735d4a3fac2bee6443008a82b8 (diff)
parent413bb9bd342b002c6242ba2333acec702e84ca3b (diff)
downloadrails-96742b5e0f04a2ed795032df04736cb1f16cc3a4.tar.gz
rails-96742b5e0f04a2ed795032df04736cb1f16cc3a4.tar.bz2
rails-96742b5e0f04a2ed795032df04736cb1f16cc3a4.zip
Merge pull request #30457 from yhirano55/update_action_mailer_doc
Update Action Mailer doc [ci skip]
Diffstat (limited to 'actionmailer/lib/action_mailer/message_delivery.rb')
-rw-r--r--actionmailer/lib/action_mailer/message_delivery.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/lib/action_mailer/message_delivery.rb b/actionmailer/lib/action_mailer/message_delivery.rb
index fe7265834f..a2ea45dc7b 100644
--- a/actionmailer/lib/action_mailer/message_delivery.rb
+++ b/actionmailer/lib/action_mailer/message_delivery.rb
@@ -4,7 +4,7 @@ require "delegate"
module ActionMailer
# The <tt>ActionMailer::MessageDelivery</tt> class is used by
- # <tt>ActionMailer::Base</tt> when creating a new mailer.
+ # ActionMailer::Base when creating a new mailer.
# <tt>MessageDelivery</tt> is a wrapper (+Delegator+ subclass) around a lazy
# created <tt>Mail::Message</tt>. You can get direct access to the
# <tt>Mail::Message</tt>, deliver the email or schedule the email to be sent