From 81d3a8542a6c919bb2302a877fd4443a6c07a2dc Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 9 Oct 2023 10:21:18 -0400 Subject: [PATCH] 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. --- doc/manual/src/language/string-interpolation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/src/language/string-interpolation.md b/doc/manual/src/language/string-interpolation.md index 2e650e348..e999b287b 100644 --- a/doc/manual/src/language/string-interpolation.md +++ b/doc/manual/src/language/string-interpolation.md @@ -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]