Fix class name in the documentation [ci skip]

This commit is contained in:
Rafael Mendonça França 2019-02-25 14:40:19 -05:00
parent ec30b84267
commit 5330a34285
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
require "active_job"
module ActionMailer
# The <tt>ActionMailer::NewDeliveryJob</tt> class is used when you
# The <tt>ActionMailer::MailDeliveryJob</tt> class is used when you
# want to send emails outside of the request-response cycle. It supports
# sending either parameterized or normal mail.
#