From cec30738f43014655b269847bb3e9c60244fa677 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Wed, 10 Jul 2024 01:08:01 +0800 Subject: [PATCH] Correct minlength purpose text (#8359) --- editions/tw5.com/tiddlers/filters/minlength.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/filters/minlength.tid b/editions/tw5.com/tiddlers/filters/minlength.tid index d36a06cfb..e5fbe8594 100644 --- a/editions/tw5.com/tiddlers/filters/minlength.tid +++ b/editions/tw5.com/tiddlers/filters/minlength.tid @@ -1,12 +1,12 @@ caption: minlength created: 20161011074235805 from-version: 5.1.14 -modified: 20240621073052597 +modified: 20240709161140504 op-input: a list of items op-output: those items at least as long as the specified minimum length op-parameter: the minimum length for items op-parameter-name: minlength -op-purpose: filter items whose length is greater than the specified minimum length +op-purpose: filter items whose length is greater than or equal to the specified minimum length tags: [[Filter Operators]] title: minlength Operator type: text/vnd.tiddlywiki