From 10c2132cbd17eab8126d736958fecf8668ca3e95 Mon Sep 17 00:00:00 2001 From: Ray Baxter Date: Sun, 17 Jul 2011 00:31:28 -0700 Subject: we're talking about days here, not hours --- actionpack/lib/action_view/helpers/date_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view') diff --git a/actionpack/lib/action_view/helpers/date_helper.rb b/actionpack/lib/action_view/helpers/date_helper.rb index c2bdd47c83..0ef84fb0b6 100644 --- a/actionpack/lib/action_view/helpers/date_helper.rb +++ b/actionpack/lib/action_view/helpers/date_helper.rb @@ -501,7 +501,7 @@ module ActionView end # Returns a select tag with options for each of the days 1 through 31 with the current day selected. - # The date can also be substituted for a hour number. + # The date can also be substituted for a day number. # Override the field name using the :field_name option, 'day' by default. # # ==== Examples -- cgit v1.2.3