diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2001-08-24 04:47:24 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-08-24 04:47:24 +0000 |
commit | 89d60977162f464114a3f311f9059bb0c281bdbd (patch) | |
tree | 073df693a0e5eccac7f452dae6dcd48ea868708c /pod | |
parent | 5b7c7e90253737825c09e81d2906cbd369ee80de (diff) | |
download | perl-89d60977162f464114a3f311f9059bb0c281bdbd.tar.gz |
#11739 was incomplete.
p4raw-id: //depot/perl@11740
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 402e70b2bd..ff0a6ee4b1 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -631,7 +631,7 @@ is no builtin with the name C<word>. =item Can't find %s character property "%s" (F) You used C<\p{}> or C<\P{}> but the character property by that name -could not be find. Maybe you misspelled the name of the property +could not be found. Maybe you misspelled the name of the property (remember that the names of character properties consist only of alphanumeric characters), or maybe you forgot the C<Is> or C<In> prefix? |