aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorSushruth Sivaramakrishnan <sivsushruth@gmail.com>2015-03-05 08:46:46 +0530
committerSushruth Sivaramakrishnan <sivsushruth@gmail.com>2015-03-05 08:46:46 +0530
commitb7e8a109b19ee8a6887972bafe6f05cc36fe37d5 (patch)
treed83b16b504f3a849071e2bdadf83ee5b3d4bbf84 /activesupport
parentecf078f0a41b98ecbce3669c6718bd99f833f7d6 (diff)
downloadrails-b7e8a109b19ee8a6887972bafe6f05cc36fe37d5.tar.gz
rails-b7e8a109b19ee8a6887972bafe6f05cc36fe37d5.tar.bz2
rails-b7e8a109b19ee8a6887972bafe6f05cc36fe37d5.zip
Doc fix [ci skip]
Diffstat (limited to 'activesupport')
-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)'