mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 00:05:11 -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.outputType = "number";
|
||||||
this.args = [
|
this.args = [
|
||||||
{
|
{
|
||||||
name: "First arg",
|
name: "Units",
|
||||||
type: "option",
|
type: "option",
|
||||||
value: [BYTES, CHARS, UTF]
|
value: [BYTES, CHARS, UTF]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue