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:
John Ericson 2023-10-09 10:21:18 -04:00 committed by GitHub
parent a7ba8c3f4a
commit 81d3a8542a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]