moar copy edits [ci skip]

This commit is contained in:
Vijay Dev 2012-06-14 22:45:42 +05:30
parent 6efc5bf404
commit 0a83e89222

@ -408,8 +408,7 @@ def request_http_token_authentication(realm = "Application")
# 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| ... }
#