Skip to content

Commit 5f6b74e

Browse files
committed
Merge pull request bcrypt-ruby#35 from mferrier/patch-1
doc fix to BCrypt::Engine.calibrate
2 parents 46f928a + 6b1ac3e commit 5f6b74e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/bcrypt.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ def self.valid_secret?(secret)
8888
#
8989
# Example:
9090
#
91-
# BCrypt.calibrate(200) #=> 10
92-
# BCrypt.calibrate(1000) #=> 12
91+
# BCrypt::Engine.calibrate(200) #=> 10
92+
# BCrypt::Engine.calibrate(1000) #=> 12
9393
#
9494
# # should take less than 200ms
9595
# BCrypt::Password.create("woo", :cost => 10)

0 commit comments

Comments
 (0)