Update Length.mjs
Fixed typo
This commit is contained in:
parent
e806f71888
commit
89fe2766af
@ -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…
x
Reference in New Issue
Block a user