From 1c82348edb93c61bccba9d9771ca915950048797 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 3 May 2014 16:56:29 +0100 Subject: [PATCH] Docs typo --- editions/tw5.com/tiddlers/filters/FilterOperator field.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator field.tid b/editions/tw5.com/tiddlers/filters/FilterOperator field.tid index 95f1a4ca6..46bd5dac7 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator field.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator field.tid @@ -9,7 +9,7 @@ The ''field'' filter operator filters the current list according to whether a fi The operand is the value to match, and the suffix is used to identify the field. For example: |!Filter String |!Description | -|`[field:modifier[JeremyRuston]]` |Returns a list of the tiddlers created by `JeremyRuston | +|`[field:modifier[JeremyRuston]]` |Returns a list of the tiddlers created by `JeremyRuston` | |`[modifier[JeremyRuston]]` |Returns a list of the tiddlers created by `JeremyRuston | Note that if an unknown filter operator `[unknown[xxx]]` is encountered it is interpreted as `[field:unknown[xxx]]`.