summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/pods/perlboot.pod
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/pods/perlboot.pod')
-rw-r--r--Master/tlpkg/tlperl/lib/pods/perlboot.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/pods/perlboot.pod b/Master/tlpkg/tlperl/lib/pods/perlboot.pod
index a6b256a0fcc..5aa61795759 100644
--- a/Master/tlpkg/tlperl/lib/pods/perlboot.pod
+++ b/Master/tlpkg/tlperl/lib/pods/perlboot.pod
@@ -253,7 +253,7 @@ The easiest is to just spell the package name out:
@Cow::ISA = qw(Animal);
-Or declare it as package global variable:
+Or declare it as a package global variable:
package Cow;
our @ISA = qw(Animal);