Skip to content

Commit

Permalink
Merge pull request #4152 from markknol/patch-2
Browse files Browse the repository at this point in the history
Typo in Hmac description
  • Loading branch information
Simn committed Apr 14, 2015
2 parents 38ead57 + 85ac555 commit 72172a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/haxe/crypto/Hmac.hx
Expand Up @@ -31,7 +31,7 @@ enum HashMethod {
}

/**
Calculates a Hmac of the given Bytes using a HasMethod.
Calculates a Hmac of the given Bytes using a HashMethod.
*/
class Hmac {

Expand Down

0 comments on commit 72172a7

Please sign in to comment.