Update Length.mjs

Fixed typo
This commit is contained in:
David Byrne 2020-05-12 20:41:23 -06:00
parent e806f71888
commit 89fe2766af

View file

@ -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]
} }