summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-12-16 14:09:55 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-12-16 14:09:55 +0000
commit038fa339c4185f32e8a3053619b2b9cf27df2718 (patch)
tree97b13754f37382702988a535826491a93b6734bd
parent6da63e10e37727ea553bda1a68547e3053b6bc0d (diff)
downloadperl-038fa339c4185f32e8a3053619b2b9cf27df2718.tar.gz
Fix typo in perlvar
-rw-r--r--pod/perlvar.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index 0771819663..1dff9ce190 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -2067,7 +2067,7 @@ Removed in Perl 5.10.
X<$[> X<$ARRAY_BASE>
This variable stores the index of the first element in an array, and
-of the first character in a substring. You use to be able to assign to
+of the first character in a substring. You used to be able to assign to
this variable, but you can't do that anymore. It's now always 0, like
it should be.