From 4630fe122e58fdcee943d43f1f2d825a112d0399 Mon Sep 17 00:00:00 2001 From: Oliver Mitchell Date: Wed, 6 May 2026 00:47:19 +0930 Subject: [PATCH] fix PadLines: updated description --- src/core/operations/PadLines.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/operations/PadLines.mjs b/src/core/operations/PadLines.mjs index 5d49f338..8e22ad97 100644 --- a/src/core/operations/PadLines.mjs +++ b/src/core/operations/PadLines.mjs @@ -19,8 +19,7 @@ class PadLines extends Operation { this.name = "Pad lines"; this.module = "Default"; - this.description = "Add the specified character to the beginning or end of each line. Operation modes for padding length are either fixed or target line length." - this.description = "Add the specified number of the specified character to the beginning or end of each line"; + this.description = "Add the specified character to the start or end of each line. Padding can use either a fixed character count or a target final line length." this.inputType = "string"; this.outputType = "string"; this.args = [