aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/http_authentication.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/metal/http_authentication.rb')
-rw-r--r--actionpack/lib/action_controller/metal/http_authentication.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/metal/http_authentication.rb b/actionpack/lib/action_controller/metal/http_authentication.rb
index 76f380e583..a0d1064094 100644
--- a/actionpack/lib/action_controller/metal/http_authentication.rb
+++ b/actionpack/lib/action_controller/metal/http_authentication.rb
@@ -408,8 +408,7 @@ module ActionController
# ActionController::Base instance for the current request.
#
# [login_procedure]
- # Proc to call if a token is present. The Proc should take 2
- # arguments:
+ # Proc to call if a token is present. The Proc should take two arguments:
#
# authenticate(controller) { |token, options| ... }
#