Fix release snippet still using the old fstring syntax

pull/8513/head
Laurin-Luis Lehning 4 years ago committed by Xavier Claessens
parent 3739780b0e
commit e124afa409
  1. 2
      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.

Loading…
Cancel
Save