From e6ac709840c53162fa8d24076404ba40b4681c88 Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Mon, 17 Jun 2019 15:21:48 -0500 Subject: [PATCH] Clarify that the split operator does not dedupe (#3981) --- editions/tw5.com/tiddlers/filters/split Operator.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/filters/split Operator.tid b/editions/tw5.com/tiddlers/filters/split Operator.tid index e713eb326..27b946772 100644 --- a/editions/tw5.com/tiddlers/filters/split Operator.tid +++ b/editions/tw5.com/tiddlers/filters/split Operator.tid @@ -5,7 +5,7 @@ op-input: a [[selection of titles|Title Selection]] op-output: the input titles split into separate items according to the specified separator <<.place S>> op-parameter: The substring at which to split each title op-parameter-name: S -op-purpose: returns each item in the list split into separate strings according to the specified separator <<.place S>> +op-purpose: returns each item in the list split into separate strings according to the specified separator <<.place S>>; duplicates are <<.em not>> removed tags: [[Filter Operators]] title: split Operator type: text/vnd.tiddlywiki