1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-05 04:18:01 +00:00

Docs: change link (#3152)

This commit is contained in:
AlexHough
2018-03-05 11:36:16 +00:00
committed by Jeremy Ruston
parent ee0ccd4cc4
commit 25fc4aa3ae

View File

@@ -4,7 +4,7 @@ tags: Filters
title: Selection Constructors
type: text/vnd.tiddlywiki
The output of a [[filter|Filters]] step depends on its [[operator|Filter Operators]]:
The output of a [[Filter Step]] depends on its [[operator|Filter Operators]]:
* Most operators derive their output from their input. For example, many of them output a subset of their input, and thus truly live up to the name of <<.word filters>>, narrowing down the overall output of the containing [[run|Filter Run]]. These operators are called <<.def "selection modifiers">>.