mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
changed the function comment
This commit is contained in:
parent
caae0ec5ca
commit
08a31523b2
4 changed files with 31 additions and 0 deletions
|
@ -3186,6 +3186,13 @@ const OperationConfig = {
|
|||
}
|
||||
]
|
||||
},
|
||||
"Chi Square": {
|
||||
module: "Default",
|
||||
description: "Calculates the Chi Square distribution of values.",
|
||||
inputType: "byteArray",
|
||||
outputType: "",
|
||||
args: []
|
||||
}
|
||||
"Numberwang": {
|
||||
module: "Default",
|
||||
description: "Based on the popular gameshow by Mitchell and Webb.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue