diff options
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? |