Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Typo in the README.me file
  • Loading branch information
szebert authored and UlisesGascon committed Apr 2, 2024
1 parent ea22c47 commit 270611d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ var server = http.createServer(function (req, res) {
function check (name, pass) {
var valid = true

// Simple method to prevent short-circut and use timing-safe compare
// Simple method to prevent short-circuit and use timing-safe compare
valid = compare(name, 'john') && valid
valid = compare(pass, 'secret') && valid

Expand Down

0 comments on commit 270611d

Please sign in to comment.