Docs: Remove broken `is` operator example (#3556)

In 737e9ae4cb the multiple suboperator
functionality was banned, but an example is remained in the docs.
logging-improvements
Bimba Laszlo 2018-11-19 22:01:56 +01:00 zatwierdzone przez Jeremy Ruston
rodzic b629b1412d
commit f4ca295086
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -11,4 +11,3 @@ type: text/vnd.tiddlywiki
<<.operator-example 5 "[all[shadows]is[system]tag[$:/tags/Stylesheet]]" "shadow system stylesheets">>
<<.operator-example 6 "[is[shadow]]" "overridden shadow tiddlers">>
<<.operator-example 7 "[is[missing]]" "empty because its input contains only tiddlers that exist">>
<<.operator-example 8 "[all[tiddlers+shadows]is[tiddler+shadow]]" "contains the entire input list">>