From a0f145197cb91dd5e77b33741578678b4621a70f Mon Sep 17 00:00:00 2001 From: saqimtiaz Date: Fri, 20 Nov 2020 22:34:43 +0100 Subject: [PATCH] Correct error in operator documentation (#5084) --- editions/tw5.com/tiddlers/filters/cycle Operator.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/filters/cycle Operator.tid b/editions/tw5.com/tiddlers/filters/cycle Operator.tid index dfccac54b..f54316f29 100644 --- a/editions/tw5.com/tiddlers/filters/cycle Operator.tid +++ b/editions/tw5.com/tiddlers/filters/cycle Operator.tid @@ -14,7 +14,7 @@ type: text/vnd.tiddlywiki The <<.op cycle>> operator requires at least one parameter. ``` -[toggle[],[step-size]] +[cycle[],[step-size]] ``` * ''titles'' : a title list to toggle in the input list cyclically. If no title from the parameter is present in the input, the first title is added. If a title from the parameter is present in the input, it is replaced with the next title from the parameter. Note that all titles specified in this parameter should be unique. * ''step-size'': (optional). Defaults to 1. Specifies the number of steps in the parameter list to move each time. Can be a negative number.