From 89fe2766afd70e0c3a8b2a4910ef9256ed449617 Mon Sep 17 00:00:00 2001 From: David Byrne Date: Tue, 12 May 2020 20:41:23 -0600 Subject: [PATCH] Update Length.mjs Fixed typo --- src/core/operations/Length.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/Length.mjs b/src/core/operations/Length.mjs index add31596..26aa654a 100644 --- a/src/core/operations/Length.mjs +++ b/src/core/operations/Length.mjs @@ -33,7 +33,7 @@ class Length extends Operation { this.outputType = "number"; this.args = [ { - name: "First arg", + name: "Units", type: "option", value: [BYTES, CHARS, UTF] }