diff --git a/activesupport/lib/active_support/core_ext/date_time/calculations.rb b/activesupport/lib/active_support/core_ext/date_time/calculations.rb index 4e4852a5e69a62babad846bfcd757275527b752f..1d3682eaf251f48353e91ff936184da26995dd1c 100644 --- a/activesupport/lib/active_support/core_ext/date_time/calculations.rb +++ b/activesupport/lib/active_support/core_ext/date_time/calculations.rb @@ -43,7 +43,7 @@ def seconds_until_end_of_day # Returns a new DateTime where one or more of the elements have been changed # according to the +options+ parameter. The time options (:hour, - # :minute, :sec) reset cascadingly, so if only the hour is + # :min, :sec) reset cascadingly, so if only the hour is # passed, then minute and sec is set to 0. If the hour and minute is passed, # then sec is set to 0. The +options+ parameter takes a hash with any of these # keys: :year, :month, :day, :hour,