aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2009-04-08 06:11:20 -0500
committerMike Gunderloy <MikeG1@larkfarm.com>2009-04-08 06:11:20 -0500
commit986b3f805d1e9d6e5c2de096dbc5857fb1b3d826 (patch)
tree1d94e0805fc6e2df5a8ba135b019ac831e4ce9ae
parentb064f6ace8e9e74c82666c8f37bb8e7f45a0c097 (diff)
downloadrails-986b3f805d1e9d6e5c2de096dbc5857fb1b3d826.tar.gz
rails-986b3f805d1e9d6e5c2de096dbc5857fb1b3d826.tar.bz2
rails-986b3f805d1e9d6e5c2de096dbc5857fb1b3d826.zip
Fix typos in date helper rdoc (via Mike Breen)
-rw-r--r--actionpack/lib/action_view/helpers/date_helper.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/lib/action_view/helpers/date_helper.rb b/actionpack/lib/action_view/helpers/date_helper.rb
index c74909a360..72fe9a3232 100644
--- a/actionpack/lib/action_view/helpers/date_helper.rb
+++ b/actionpack/lib/action_view/helpers/date_helper.rb
@@ -106,8 +106,8 @@ module ActionView
alias_method :distance_of_time_in_words_to_now, :time_ago_in_words
# Returns a set of select tags (one for year, month, and day) pre-selected for accessing a specified date-based
- # attribute (identified by +method+) on an object assigned to the template (identified by +object+). You can
- # the output in the +options+ hash.
+ # attribute (identified by +method+) on an object assigned to the template (identified by +object+).
+ #
#
# ==== Options
# * <tt>:use_month_numbers</tt> - Set to true if you want to use month numbers rather than month names (e.g.
@@ -232,7 +232,7 @@ module ActionView
# Returns a set of select tags (one for year, month, day, hour, and minute) pre-selected for accessing a
# specified datetime-based attribute (identified by +method+) on an object assigned to the template (identified
- # by +object+). Examples:
+ # by +object+).
#
# If anything is passed in the html_options hash it will be applied to every select tag in the set.
#