diff options
-rw-r--r-- | pod/perlmod.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlmod.pod b/pod/perlmod.pod index 02c049350b..eb66216916 100644 --- a/pod/perlmod.pod +++ b/pod/perlmod.pod @@ -103,7 +103,7 @@ instance. The standard but antiquated F<dumpvar.pl> library and the CPAN module Devel::Symdump make use of this. The results of creating new symbol table entries directly or modifying any -entries that are not already typeglobs are undefined and subject ot change +entries that are not already typeglobs are undefined and subject to change between releases of perl. Assignment to a typeglob performs an aliasing operation, i.e., |