Fix it's -> its

This commit is contained in:
Mark Rushakoff 2012-04-27 00:25:22 -07:00
parent 8cc4159018
commit ff44c3352d
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ module ActionMailer #:nodoc:
# 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:
# The resulting Mail::Message will have the following in its header:
#
# X-Special-Domain-Specific-Header: SecretValue
def headers(args=nil)