Skip to content

Commit b673cc9

Browse files
author
Jan-Olof Hendig
committed
Fixed typo and broken quoting example. Zoffix++
1 parent 8c8a24f commit b673cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/quoting.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ The other quote forms add to this basic functionality:
4343
B<'>Very plainB<'>
4444
B<q[>This backB<\s>lash staysB<]>
4545
B<q[>This backB<\\>slash staysB<]> # Identical output
46-
B<q{>This is not a closing culy brace → B<\}>, but this is → B<}>
46+
B<q{>This is not a closing curly brace → B<\}>, but this is → B<}>
4747
B<Q :q $>There are no backslashes here, only lots of B<\$>B<\$>B<\$>!B<$>
4848
B<'>(Just kidding. ThereB<\'>s no money in that string)B<'>
4949
B<'>No $interpolation {here}!B<'>
50-
B<Q:q#>Just a literal "\n" hereB<#>
50+
B<Q:q!>Just a literal "\n" hereB<!>
5151
5252
The C<q> form allows for escaping characters that would otherwise end the
5353
string using a backslash. The backslash itself can be escaped, too, as in

0 commit comments

Comments
 (0)