Skip to content

Commit 65833a3

Browse files
committed
Make it more clear
1 parent de06d83 commit 65833a3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/Language/quoting.pod6

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ aren't allowed. In other words, basic C<Q> strings are as literal as
2424
possible.
2525
2626
Some delimiters are not allowed immediately after C<Q>',
27-
C<q> or C<qq>, such as L<identifiers|language/syntax#Identifiers>.
28-
Common ones include C<( )>, C<'> and C<->.
27+
C<q> or C<qq>. Any characters that are allowed in
28+
L<identifiers|language/syntax#Identifiers>
29+
are not allowed to be used. For example, C<'> and C<->.
30+
In addition, C<( )> is not allowed because that looks
31+
like a function call.
2932
3033
=for code :allow<B>
3134
B<Q'>this will not work!B<'>

0 commit comments

Comments
 (0)