diff options
author | Arthur Nogueira Neves <github@arthurnn.com> | 2015-03-04 22:22:47 -0500 |
---|---|---|
committer | Arthur Nogueira Neves <github@arthurnn.com> | 2015-03-04 22:22:47 -0500 |
commit | 345afc235fe39103c8a298702d7eaeac699892fe (patch) | |
tree | d83b16b504f3a849071e2bdadf83ee5b3d4bbf84 | |
parent | ecf078f0a41b98ecbce3669c6718bd99f833f7d6 (diff) | |
parent | b7e8a109b19ee8a6887972bafe6f05cc36fe37d5 (diff) | |
download | rails-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.rb | 2 |
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)' |