perlvar.pod: fixed typo
authorAlan Haggai Alavi <alanhaggai@alanhaggai.org>
Sat, 11 Jun 2011 15:14:48 +0000 (20:44 +0530)
committerDavid Golden <dagolden@cpan.org>
Sat, 11 Jun 2011 16:22:28 +0000 (12:22 -0400)
Signed-off-by: David Golden <dagolden@cpan.org>
pod/perlvar.pod

index 80aef04..ccc4196 100644 (file)
@@ -2041,7 +2041,7 @@ See L<perldiag> for details about error messages.
 =item $#
 X<$#> X<$OFMT>
 
-C<$#> was a variable that you could be use to format printed numbers.
+C<$#> was a variable that could be used to format printed numbers.
 After a deprecation cycle, its magic was removed in Perl 5.10 and
 using it now triggers a warning: C<$# is no longer supported>.