diff --git a/actionpack/lib/action_view/helpers/date_helper.rb b/actionpack/lib/action_view/helpers/date_helper.rb
index 556145484a..1870493e8e 100644
--- a/actionpack/lib/action_view/helpers/date_helper.rb
+++ b/actionpack/lib/action_view/helpers/date_helper.rb
@@ -290,7 +290,7 @@ module ActionView
InstanceTag.new(object_name, method, self, options.delete(:object)).to_datetime_select_tag(options, html_options)
end
- # Returns a set of html select-tags (one for year, month, day, hour, and minute) pre-selected with the
+ # Returns a set of html select-tags (one for year, month, day, hour, minute and second) pre-selected with the
# +datetime+. It's also possible to explicitly set the order of the tags using the :order option with
# an array of symbols :year, :month and :day in the desired order. If you do not
# supply a Symbol, it will be appended onto the :order passed in. You can also add