Skip to content

Commit 0bf6558

Browse files
committed
qt strings: spell out how to escape { in qt string
1 parent c88953d commit 0bf6558

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rfcs/rfc0019.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ expression to be interpolated into the string in place of the `{...}`
5454
construct. This is arbitrarily extensible for other existing expressions and
5555
for new ones that may be added.
5656

57+
To include a verbatim `{` in the string value, escape it: `\{`
58+
5759
## Specification
5860

5961
This:

0 commit comments

Comments
 (0)