mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo in comment
This commit is contained in:
parent
cf11ea0f0d
commit
fd8da71118
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ module ActiveSupport
|
|||
end
|
||||
end
|
||||
|
||||
# Devides this Duration by a Numeric and returns a new Duration.
|
||||
# Divides this Duration by a Numeric and returns a new Duration.
|
||||
def /(other)
|
||||
if Numeric === other
|
||||
Duration.new(value / other, parts.map { |type, number| [type, number / other] })
|
||||
|
|
Loading…
Reference in a new issue