diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb index eebca26191acc83698452357baf192214c096795..8965ca9623b561b0eefc48c74abe7a3a18fb7852 100755 --- a/actionpack/lib/action_controller/base.rb +++ b/actionpack/lib/action_controller/base.rb @@ -377,7 +377,7 @@ def process(request, response, method = :perform_action, *arguments) #:nodoc: # from this page. # # * url_for :action => 'bio' -- During the generation of this URL, default values will be used for the first and - # last components, and the action shall change. The generated URL will be, "people/david/hh/bio". + # last components, and the action shall change. The generated URL will be, "people/hh/david/bio". # * url_for :first => 'davids-little-brother' This generates the URL 'people/hh/davids-little-brother' -- note # that this URL leaves out the assumed action of 'bio'. #