diff options
author | Ronald J. Kimball <rjk@linguist.dartmouth.edu> | 2001-06-12 10:36:20 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-13 00:39:06 +0000 |
commit | 5765ae1e65e95c609eac2d7170d5372cc997c11e (patch) | |
tree | 4d7aef9b53f2fbe6580ef23d1dd85c29305b0d62 /pod/perlretut.pod | |
parent | 904501ecba6b454ec215a915d312271222c5bc59 (diff) | |
download | perl-5765ae1e65e95c609eac2d7170d5372cc997c11e.tar.gz |
perlretut.pod: unterminated C<>
Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
p4raw-id: //depot/perl@10546
Diffstat (limited to 'pod/perlretut.pod')
-rw-r--r-- | pod/perlretut.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlretut.pod b/pod/perlretut.pod index 77e99429aa..45f829b2a0 100644 --- a/pod/perlretut.pod +++ b/pod/perlretut.pod @@ -1750,7 +1750,7 @@ For the full list see L<perlunicode>. The Unicode has also been separated into blocks of charaters which you can test with C<\p{InBlock}> and C<\P{InBlock}>, for example C<\p{InGreek}> -and C<\P{InKatakana}. For the full list see L<perlunicode>. +and C<\P{InKatakana}>. For the full list see L<perlunicode>. For the the full and latest information see the latest Unicode standard. |