diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-03-06 13:55:36 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-03-06 13:55:36 -0800 |
commit | b6b8cb97b8b6f149f508b82f10022825c481c663 (patch) | |
tree | 6e462099edf53c2fd549eabc11ed38afcf8eed3c /pod/perldiag.pod | |
parent | 9407f9c16f7d184b9b5524ddf3659d961e6a5f14 (diff) | |
download | perl-b6b8cb97b8b6f149f508b82f10022825c481c663.tar.gz |
Reword a perldiag entry
It’s a little more readable if it’s more concise, at least in
this case.
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 5efd0952bc..a461d7bc82 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -793,11 +793,10 @@ nesting levels, the following is missing its final parenthesis: print q(The character '(' starts a side comment.); If you're getting this error from a here-document, you may have -included unseen whitespace before or after your closing tag or not -have anything, including a linebreak, after the closing tag. A good -programmer's editor will have a way to help you find these characters -(or lack of characters). See L<perlop> for the full details on here -documents. +included unseen whitespace before or after your closing tag or there +may not be a linebreak after it. A good programmer's editor will have +a way to help you find these characters (or lack of characters). See +L<perlop> for the full details on here-documents. =item Can't find Unicode property definition "%s" |