From 3ab7db1a592e7ede7a765c828d79e1bfedc0d012 Mon Sep 17 00:00:00 2001 From: Karl Knechtel Date: Sat, 3 Oct 2015 08:43:55 -0400 Subject: [PATCH] One more fix --- editions/dev/tiddlers/new/Filter Operators.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/dev/tiddlers/new/Filter Operators.tid b/editions/dev/tiddlers/new/Filter Operators.tid index 44fec68b8..19c99a51f 100644 --- a/editions/dev/tiddlers/new/Filter Operators.tid +++ b/editions/dev/tiddlers/new/Filter Operators.tid @@ -16,7 +16,7 @@ Each function will be called with three arguments: ** //suffix//: (optional) a string containing an additional filter argument (typically a tiddler field name) following the filter name (separated by a colon in the filter syntax); ** //regexp//: (optional, deprecated) used instead of //operand// if the filter operand is a regexp. * An object, conventionally called `options`, with the following keys: -** //wiki//: The $tw.Wiki object; +** //wiki//: The `$tw.Wiki` object; ** //widget//: (optional) a widget node. The function should return either a new [[tiddler iterator|Tiddler Iterators]], or else an array of tiddler titles (as strings). The underlying filter mechanism will convert back and forth between iterators and arrays as needed.