making comments sentence more concise

This commit is contained in:
Neeraj Singh
2010-07-23 16:22:17 -04:00
parent 46c7a991a2
commit 8429e7b45b

View File

@@ -4,8 +4,8 @@ require 'active_support/core_ext/object/acts_like'
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