Skip to content

Commit

Permalink
Merge pull request binarylogic#288 from vijaydev/patch-2
Browse files Browse the repository at this point in the history
Fix mismatch in comment
  • Loading branch information
binarylogic committed Nov 2, 2011
2 parents b326bda + f52a699 commit 594f4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/authlogic/crypto_providers/sha512.rb
Expand Up @@ -27,7 +27,7 @@ class Sha512
class << self
attr_accessor :join_token

# The number of times to loop through the encryption. This is ten because that is what restful_authentication defaults to.
# The number of times to loop through the encryption. This is twenty because that is what restful_authentication defaults to.
def stretches
@stretches ||= 20
end
Expand Down

0 comments on commit 594f4f4

Please sign in to comment.