diff options
author | Ray Baxter <ray.baxter@gmail.com> | 2011-07-17 00:31:28 -0700 |
---|---|---|
committer | Ray Baxter <ray.baxter@gmail.com> | 2011-07-17 00:31:28 -0700 |
commit | 10c2132cbd17eab8126d736958fecf8668ca3e95 (patch) | |
tree | 55dc365dd54eba47f0d49287263c06c1583003f5 /actionpack/lib/action_view/helpers | |
parent | 5c71a4e76897844ab6aeabb581549d981d9768c9 (diff) | |
download | rails-10c2132cbd17eab8126d736958fecf8668ca3e95.tar.gz rails-10c2132cbd17eab8126d736958fecf8668ca3e95.tar.bz2 rails-10c2132cbd17eab8126d736958fecf8668ca3e95.zip |
we're talking about days here, not hours
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-rw-r--r-- | actionpack/lib/action_view/helpers/date_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 <tt>date</tt> can also be substituted for a hour number. + # The <tt>date</tt> can also be substituted for a day number. # Override the field name using the <tt>:field_name</tt> option, 'day' by default. # # ==== Examples |