Explorar el Código

Type in Hmac description

Mark Knol hace 10 años
padre
commit
85ac555565
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      std/haxe/crypto/Hmac.hx

+ 1 - 1
std/haxe/crypto/Hmac.hx

@@ -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 {