diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-04-24 09:46:55 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-18 11:15:07 -0600 |
commit | 93a274bf5a11941fe9b673fd888c84f5e3500853 (patch) | |
tree | 8e2a895cc0e3696dc91616d4004129fb57bd8029 /pod/perlop.pod | |
parent | 4efcc33b5ae4ac58c87720e574df085b530f2b22 (diff) | |
download | perl-93a274bf5a11941fe9b673fd888c84f5e3500853.tar.gz |
perlop: Clarify that only ASCII brackets nest
Diffstat (limited to 'pod/perlop.pod')
-rw-r--r-- | pod/perlop.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod index 2cf6101ca2..8cd21430c9 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -992,7 +992,7 @@ any pair of delimiters you choose. * unless the delimiter is ''. Non-bracketing delimiters use the same character fore and aft, but the four -sorts of brackets (round, angle, square, curly) will all nest, which means +sorts of ASCII brackets (round, angle, square, curly) will all nest, which means that q{foo{bar}baz} |