From: Abhijit Menon-Sen Date: Thu, 3 Jan 2002 12:12:31 +0000 (+0000) Subject: Grammar fix suggested by Gwyn Judd. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2f7e735dd0890ae53fd3026b18bc0ccf6639bac6;p=p5sagit%2Fp5-mst-13.2.git Grammar fix suggested by Gwyn Judd. p4raw-id: //depot/perl@14036 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 90ed552..68bd0c2 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -543,9 +543,9 @@ quotas or other plumbing problems. =item Can't declare class for non-scalar %s in "%s" -(F) Currently, only scalar variables can declared with a specific class -qualifier in a "my" or "our" declaration. The semantics may be extended -for other types of variables in future. +(F) Currently, only scalar variables can be declared with a specific +class qualifier in a "my" or "our" declaration. The semantics may be +extended for other types of variables in future. =item Can't declare %s in "%s"