diff options
author | Andrey Molchanov <neodelf@gmail.com> | 2016-09-17 22:36:13 +0300 |
---|---|---|
committer | Andrey Molchanov <neodelf@gmail.com> | 2016-09-17 22:36:13 +0300 |
commit | e1252e073a6be072d82f0984332e851190323ef6 (patch) | |
tree | 24673c0ec04a961f768839996140d6e521d6c9b5 /activesupport/lib/active_support/time_with_zone.rb | |
parent | 2003381bbbea8e0436d54111d67e8e118601ae80 (diff) | |
download | rails-e1252e073a6be072d82f0984332e851190323ef6.tar.gz rails-e1252e073a6be072d82f0984332e851190323ef6.tar.bz2 rails-e1252e073a6be072d82f0984332e851190323ef6.zip |
[ci skip] Fixed commas according to Oxford comma in rdoc and guides
Diffstat (limited to 'activesupport/lib/active_support/time_with_zone.rb')
-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 be2fceb123..f7586efe6a 100644 --- a/activesupport/lib/active_support/time_with_zone.rb +++ b/activesupport/lib/active_support/time_with_zone.rb @@ -133,7 +133,7 @@ module ActiveSupport period.zone_identifier.to_s end - # Returns a string of the object's date, time, zone and offset from UTC. + # Returns a string of the object's date, time, zone, and offset from UTC. # # Time.zone.now.inspect # => "Thu, 04 Dec 2014 11:00:25 EST -05:00" def inspect |