Skip to content

Commit 4244a09

Browse files
committed
fix api doc [ci skip]
1 parent 3abf1f5 commit 4244a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/lib/action_controller/metal/http_authentication.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def secret_token(request)
263263
# The quality of the implementation depends on a good choice.
264264
# A nonce might, for example, be constructed as the base 64 encoding of
265265
#
266-
# => time-stamp H(time-stamp ":" ETag ":" private-key)
266+
# time-stamp H(time-stamp ":" ETag ":" private-key)
267267
#
268268
# where time-stamp is a server-generated time or other non-repeating value,
269269
# ETag is the value of the HTTP ETag header associated with the requested entity,

0 commit comments

Comments
 (0)