diff --git a/actionpack/lib/action_view/helpers/date_helper.rb b/actionpack/lib/action_view/helpers/date_helper.rb
index 1870493e8e..662c32760c 100644
--- a/actionpack/lib/action_view/helpers/date_helper.rb
+++ b/actionpack/lib/action_view/helpers/date_helper.rb
@@ -343,8 +343,8 @@ module ActionView
# Returns a set of html select-tags (one for year, month, and day) pre-selected with the +date+.
# It's 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.
+ # symbols :year, :month and :day in the desired order. If you do not supply a symbol
+ # then all tags will be hidden.
#
# If anything is passed in the html_options hash it will be applied to every select tag in the set.
#