From: Abhijit Menon-Sen Date: Fri, 24 Aug 2001 04:47:24 +0000 (+0000) Subject: #11739 was incomplete. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=89d60977162f464114a3f311f9059bb0c281bdbd;p=p5sagit%2Fp5-mst-13.2.git #11739 was incomplete. p4raw-id: //depot/perl@11740 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 402e70b..ff0a6ee 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -631,7 +631,7 @@ is no builtin with the name C. =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 or C prefix?