diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-22 17:10:39 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-22 17:10:39 +0000 |
commit | 548848181b3a21c4d3a3ea8f57b9166fab43b0d1 (patch) | |
tree | 0d2fcea003f24dbc9e5c88981ab8dd2bd76b2f87 /pod/perldiag.pod | |
parent | da2094fd55cfc73caee2f71b349588c60a542297 (diff) | |
download | perl-548848181b3a21c4d3a3ea8f57b9166fab43b0d1.tar.gz |
sundry typos and such
p4raw-id: //depot/perl@5204
Diffstat (limited to 'pod/perldiag.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 80616d956c..05e57c0761 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2445,7 +2445,7 @@ when you meant my ($foo, $bar) = @_; -Remember that "my", "our" and "local" bind closer than comma. +Remember that "my", "our", and "local" bind tighter than comma. =item Perl %3.3f required--this is only version %s, stopped |