diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-03-01 01:22:20 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-03-01 01:22:20 +0530 |
commit | 4244a09c530edafbb5b4186e84f6313321df4189 (patch) | |
tree | a117d373a2f742179d324bf1fd292c208acee3a5 /actionpack | |
parent | 3abf1f559e244a8a8a08f124d08e75fea02aca4e (diff) | |
download | rails-4244a09c530edafbb5b4186e84f6313321df4189.tar.gz rails-4244a09c530edafbb5b4186e84f6313321df4189.tar.bz2 rails-4244a09c530edafbb5b4186e84f6313321df4189.zip |
fix api doc [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_controller/metal/http_authentication.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/http_authentication.rb b/actionpack/lib/action_controller/metal/http_authentication.rb index b8b43ea9ef..44d2f740e6 100644 --- a/actionpack/lib/action_controller/metal/http_authentication.rb +++ b/actionpack/lib/action_controller/metal/http_authentication.rb @@ -263,7 +263,7 @@ module ActionController # The quality of the implementation depends on a good choice. # A nonce might, for example, be constructed as the base 64 encoding of # - # => time-stamp H(time-stamp ":" ETag ":" private-key) + # time-stamp H(time-stamp ":" ETag ":" private-key) # # where time-stamp is a server-generated time or other non-repeating value, # ETag is the value of the HTTP ETag header associated with the requested entity, |