Skip to content

Commit 77a0238

Browse files
committed
Fixes syntax error
1 parent c7f13ff commit 77a0238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/config/OperationConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3145,7 +3145,7 @@ const OperationConfig = {
31453145
module: "Hashing",
31463146
description: "MD5 (Message-Digest 5) is a widely used hash function. It has been used in a variety of security applications and is also commonly used to check the integrity of files.<br><br>However, MD5 is not collision resistant and it isn't suitable for applications like SSL/TLS certificates or digital signatures that rely on this property.",
31473147
infoURL: "https://wikipedia.org/wiki/MD5",
3148-
nputType: "ArrayBuffer",
3148+
inputType: "ArrayBuffer",
31493149
outputType: "string",
31503150
args: []
31513151
},

0 commit comments

Comments
 (0)