aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Nogueira Neves <github@arthurnn.com>2015-03-04 22:22:47 -0500
committerArthur Nogueira Neves <github@arthurnn.com>2015-03-04 22:22:47 -0500
commit345afc235fe39103c8a298702d7eaeac699892fe (patch)
treed83b16b504f3a849071e2bdadf83ee5b3d4bbf84
parentecf078f0a41b98ecbce3669c6718bd99f833f7d6 (diff)
parentb7e8a109b19ee8a6887972bafe6f05cc36fe37d5 (diff)
downloadrails-345afc235fe39103c8a298702d7eaeac699892fe.tar.gz
rails-345afc235fe39103c8a298702d7eaeac699892fe.tar.bz2
rails-345afc235fe39103c8a298702d7eaeac699892fe.zip
Merge pull request #19202 from sivsushruth/doc_fix
Doc fix [ci skip]
-rw-r--r--activesupport/lib/active_support/time_with_zone.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/time_with_zone.rb b/activesupport/lib/active_support/time_with_zone.rb
index 8ddf233b3e..c28de4e21c 100644
--- a/activesupport/lib/active_support/time_with_zone.rb
+++ b/activesupport/lib/active_support/time_with_zone.rb
@@ -252,7 +252,7 @@ module ActiveSupport
utc.hash
end
- # Adds an interval of time to the current object's time and return that
+ # Adds an interval of time to the current object's time and returns that
# value as a new TimeWithZone object.
#
# Time.zone = 'Eastern Time (US & Canada)' # => 'Eastern Time (US & Canada)'