summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2002-01-03 12:12:31 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2002-01-03 12:12:31 +0000
commit2f7e735dd0890ae53fd3026b18bc0ccf6639bac6 (patch)
tree98974790f6e941f50b77b56cd02fd90421c52aba /pod/perldiag.pod
parentca209a07a4042d86330d80b0f3f2acfcf4062c78 (diff)
downloadperl-2f7e735dd0890ae53fd3026b18bc0ccf6639bac6.tar.gz
Grammar fix suggested by Gwyn Judd.
p4raw-id: //depot/perl@14036
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 90ed552ddd..68bd0c2a1c 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"