From 35b99dcceeb8ed47b7a63540b4eb50fc848f4ce7 Mon Sep 17 00:00:00 2001 From: Astrid Elocson Date: Mon, 12 Jan 2015 20:01:24 +0000 Subject: [PATCH] Correct typo in sample tag name --- editions/tw5.com/tiddlers/filters/Introduction to Filters.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/filters/Introduction to Filters.tid b/editions/tw5.com/tiddlers/filters/Introduction to Filters.tid index 49c8fea04..8492d5e8a 100644 --- a/editions/tw5.com/tiddlers/filters/Introduction to Filters.tid +++ b/editions/tw5.com/tiddlers/filters/Introduction to Filters.tid @@ -78,7 +78,7 @@ A <> of runs will select the tiddlers that match <> If we want to ignore vegetarian recipes that serve 4, we can say this: ``` -[serving[3]] [serving[4]!tag[vegetarian]] [serving[5]] +[serving[3]] [serving[4]!tag[Vegetarian]] [serving[5]] ``` By default, each run considers every tiddler in the wiki. But we can use a `+` sign to force a run to consider only the tiddlers that were selected by the preceding runs: