1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Correct error in operator documentation (#5084)

This commit is contained in:
saqimtiaz 2020-11-20 22:34:43 +01:00 committed by GitHub
parent c97003238b
commit a0f145197c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ type: text/vnd.tiddlywiki
The <<.op cycle>> operator requires at least one parameter.
```
[toggle[<titles>],[step-size]]
[cycle[<titles>],[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.