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.args = [
{
name: "First arg",
name: "Units",
type: "option",
value: [BYTES, CHARS, UTF]
}