mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 15:55:01 -04:00
Update Length.mjs
Fixed typo
This commit is contained in:
parent
e806f71888
commit
89fe2766af
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Length extends Operation {
|
|||
this.outputType = "number";
|
||||
this.args = [
|
||||
{
|
||||
name: "First arg",
|
||||
name: "Units",
|
||||
type: "option",
|
||||
value: [BYTES, CHARS, UTF]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue