Fix typos

This commit is contained in:
Jeremy Ruston
2025-11-06 22:43:22 +00:00
parent d4684c2811
commit eaaa36fb41
@@ -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: