Skip to content

Commit 07bcd76

Browse files
committed
qt strings: avoid precedence nit in equivalence example
1 parent 0bf6558 commit 07bcd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/rfc0019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ qt{A { TEXT } B};
6767
will be equivalent to
6868

6969
```
70-
qq{A ${ \scalar TEXT } B};
70+
qq{A ${ \scalar(TEXT) } B};
7171
```
7272

7373
To provide a heredoc version of qt, this:

0 commit comments

Comments
 (0)