diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2005-08-07 16:28:19 +0300 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-08-07 10:10:12 +0000 |
commit | cf525c36fb4613d400e7bd3733f96430dee2d396 (patch) | |
tree | 1448180fc282a4a53cb67001928b8dbc94f34091 /pod/perlglossary.pod | |
parent | 60f80d084f45e0a17d269ed04fc67c0168f5a001 (diff) | |
download | perl-cf525c36fb4613d400e7bd3733f96430dee2d396.tar.gz |
undup
Message-ID: <42F5E243.80500@gmail.com>
p4raw-id: //depot/perl@25274
Diffstat (limited to 'pod/perlglossary.pod')
-rw-r--r-- | pod/perlglossary.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlglossary.pod b/pod/perlglossary.pod index 31a20de8a3..24679c907b 100644 --- a/pod/perlglossary.pod +++ b/pod/perlglossary.pod @@ -184,7 +184,7 @@ regular operators. See L<perlop>. =item autoincrement -To add one to something automatically, hence the name of the the C<++> +To add one to something automatically, hence the name of the C<++> operator. To instead subtract one from something automatically is known as an "autodecrement". |