Skip to content

Commit

Permalink
Update erlang/test/cryptography/hashing_passwords.gleam
Browse files Browse the repository at this point in the history
Co-authored-by: Giacomo Cavalieri <[email protected]>
  • Loading branch information
lpil and giacomocavalieri committed Sep 23, 2024
1 parent c261818 commit 4dc0f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erlang/test/cryptography/hashing_passwords.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub fn main_test() {

// Password hashing is a (deliberately) expensive operation.
// If you are hashing passwords frequently in your test suite you may want to
// configure the hasher to less expensive to run.
// configure the hasher to be less expensive to run.
//
// NEVER DO THIS OUTSIDE OF TESTS. You must do your research before setting
// any of these values and ensure you know what you are doing.
Expand Down

0 comments on commit 4dc0f11

Please sign in to comment.