aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-01-10 09:57:37 +0900
committerRyuta Kamizono <kamipo@gmail.com>2018-01-10 09:57:37 +0900
commit7ccd070c91ae1089f307c8557dcbd9a14837316c (patch)
tree66333516732e5d4a1b19212180e18a9361fd8c3f /activesupport
parentb8e5d4f9dffb35b7b0ca2f583cb1c9258a7d7cbe (diff)
downloadrails-7ccd070c91ae1089f307c8557dcbd9a14837316c.tar.gz
rails-7ccd070c91ae1089f307c8557dcbd9a14837316c.tar.bz2
rails-7ccd070c91ae1089f307c8557dcbd9a14837316c.zip
Fix "the the " [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/date_time/compatibility.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/date_time/compatibility.rb b/activesupport/lib/active_support/core_ext/date_time/compatibility.rb
index 2d6b49722d..7600a067cc 100644
--- a/activesupport/lib/active_support/core_ext/date_time/compatibility.rb
+++ b/activesupport/lib/active_support/core_ext/date_time/compatibility.rb
@@ -10,7 +10,7 @@ class DateTime
# Either return an instance of +Time+ with the same UTC offset
# as +self+ or an instance of +Time+ representing the same time
- # in the the local system timezone depending on the setting of
+ # in the local system timezone depending on the setting of
# on the setting of +ActiveSupport.to_time_preserves_timezone+.
def to_time
preserve_timezone ? getlocal(utc_offset) : getlocal