forked from lix-project/lix
doc: Slight reword of "interpolated expression" in paragraph
I was sleepy and confused that "interpolated expression" was a new type of thing at first. This nudges the reader to understand that its just a regular expression, and these conditions are imposed by the interpolation operation.
This commit is contained in:
parent
a7ba8c3f4a
commit
81d3a8542a
|
@ -92,7 +92,7 @@ Attributes can be selected with interpolated strings.
|
|||
|
||||
# Interpolated expression
|
||||
|
||||
An interpolated expression must evaluate to one of the following:
|
||||
An expression that is interpolated must evaluate to one of the following:
|
||||
|
||||
- a [string]
|
||||
- a [path]
|
||||
|
|
Loading…
Reference in a new issue