Skip to content

Commit

Permalink
making comments sentence more concise
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Singh committed Jul 23, 2010
1 parent 46c7a99 commit 8429e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activesupport/lib/active_support/duration.rb
Expand Up @@ -4,8 +4,8 @@

module ActiveSupport
# Provides accurate date and time measurements using Date#advance and
# Time#advance, respectively. It mainly supports the methods on Numeric,
# such as in this example:
# Time#advance, respectively. It mainly supports the methods on Numeric.
# Example:
#
# 1.month.ago # equivalent to Time.now.advance(:months => -1)
class Duration < BasicObject
Expand Down

0 comments on commit 8429e7b

Please sign in to comment.