From eaaa36fb41bb5a9ada4d3d8b6fb0f171c9a36ef8 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 6 Nov 2025 22:43:22 +0000 Subject: [PATCH] Fix typos --- .../variables/Multi-Valued Variables.tid | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/editions/tw5.com/tiddlers/variables/Multi-Valued Variables.tid b/editions/tw5.com/tiddlers/variables/Multi-Valued Variables.tid index 1f6e86648..405c76631 100644 --- a/editions/tw5.com/tiddlers/variables/Multi-Valued Variables.tid +++ b/editions/tw5.com/tiddlers/variables/Multi-Valued Variables.tid @@ -5,9 +5,9 @@ tags: Concepts Variables <<.from-version "5.3.7">> In ordinary usage, [[variables|Variables]] contain a single snippet of text. With the introduction of multi-valued variables. it is now possible to store a list of multiple values in a single variable. When accessed in the usual way, only the first value is returned, but using round brackets instead of angle brackets around the variable name allows access to the complete list of the values. This makes multi-valued variables largely invisible unless you specifically need to use them. -# Setting Multi-Valued Variables +! Setting Multi-Valued Variables -## LetWidget +!! LetWidget The <<.wid let>> widget allows multi-valued variables to be set in one operation, each to the complete list of results obtained from evaluating an attribute that is defined via a filtered transclusion. For example: @@ -17,7 +17,7 @@ The <<.wid let>> widget allows multi-valued variables to be set in one operation > ``` -The <<.wid let> widget also allows the complete list of return values from a function to be assigned to a multi-valued variable. For example: +The <<.wid let>> widget also allows the complete list of return values from a function to be assigned to a multi-valued variable. For example: ``` <$let @@ -25,19 +25,19 @@ The <<.wid let> widget also allows the complete list of return values from a fun > ``` -## [[Let Filter Run Prefix]] +!! [[Let Filter Run Prefix]] The `:let` filter run prefix (or its shortcut syntax `=>`) assigns the complete list of results of a filter run to a multi-valued variable. -# Retrieving Multi-Valued Variables +! Retrieving Multi-Valued Variables -## [[title Operator]] +!! [[title Operator]] -## Multi-valued Parameters for Filter Operators +!! Multi-valued Parameters for Filter Operators -# Examples +! Examples For example: