From e124afa409e87a9249a71663e8b7cbf5a313ce4f Mon Sep 17 00:00:00 2001 From: Laurin-Luis Lehning <65224843+e820@users.noreply.github.com> Date: Sun, 7 Mar 2021 22:56:10 +0100 Subject: Fix release snippet still using the old fstring syntax --- docs/markdown/snippets/fstrings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/snippets/fstrings.md b/docs/markdown/snippets/fstrings.md index a797aaa..df7dc2c 100644 --- a/docs/markdown/snippets/fstrings.md +++ b/docs/markdown/snippets/fstrings.md @@ -4,4 +4,4 @@ In addition to the conventional `'A string @0@ to be formatted @1@'.format(n, m) method of formatting strings in the Meson DSL, there's now the additional `f'A string @n@ to be formatted @m@'` notation that provides a non-positional and clearer alternative. Meson's format strings are currently restricted to -identity-expressions, meaning `f'format {'m' + 'e'}'` will not parse. +identity-expressions, meaning `f'format @'m' + 'e'@'` will not parse. -- cgit v1.1