Skip to content

Commit 6c2b8b8

Browse files
committed
Mention that Q(…) won't work either.
1 parent fa6a04a commit 6c2b8b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/Language/quoting.pod6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ possible.
2525
2626
Some delimiters are not allowed immediately after C<Q>',
2727
C<q> or C<qq>, such as L<identifiers|language/syntax#Identifiers>.
28-
Common ones include C<'> and C<->.
28+
Common ones include C<( )>, C<'> and C<->.
2929
3030
=for code :allow<B>
3131
B<Q'>this won't work!B<'>
32-
B<Q '>this is fineB<'>
32+
B<Q(>this won't work either!B<)>
33+
B<Q (>this is fineB<)>
3334
3435
=for code :allow<B>
3536
Q<Make sure you B«<»matchB«>» opening and closing delimiters>

0 commit comments

Comments
 (0)