lib/urbanopt/reporting/default_reports/date.rb in urbanopt-reporting-0.10.0 vs lib/urbanopt/reporting/default_reports/date.rb in urbanopt-reporting-0.10.1

- old
+ new

@@ -15,10 +15,10 @@ ## class Date attr_accessor :month, :day_of_month, :year #:nodoc: ## - # Date class intialize all date attributes: + # Date class initialize all date attributes: # +:month+ , +:day_of_month+ , +:year+ ## # [parameters:] # +hash+ - _Hash_ - A hash which may contain a deserialized date. ##