diff options
author | Sushruth Sivaramakrishnan <sivsushruth@gmail.com> | 2015-03-05 08:46:46 +0530 |
---|---|---|
committer | Sushruth Sivaramakrishnan <sivsushruth@gmail.com> | 2015-03-05 08:46:46 +0530 |
commit | b7e8a109b19ee8a6887972bafe6f05cc36fe37d5 (patch) | |
tree | d83b16b504f3a849071e2bdadf83ee5b3d4bbf84 | |
parent | ecf078f0a41b98ecbce3669c6718bd99f833f7d6 (diff) | |
download | rails-b7e8a109b19ee8a6887972bafe6f05cc36fe37d5.tar.gz rails-b7e8a109b19ee8a6887972bafe6f05cc36fe37d5.tar.bz2 rails-b7e8a109b19ee8a6887972bafe6f05cc36fe37d5.zip |
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)' |