Correct error in operator documentation (#5084)

optimising-macrocalls
saqimtiaz 2020-11-20 22:34:43 +01:00 zatwierdzone przez GitHub
rodzic c97003238b
commit a0f145197c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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.