diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-03 02:12:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-03 02:12:41 +0000 |
commit | 9ca3806253dfe83a834b67a46fb82a7ac77a38e5 (patch) | |
tree | bd70a609c54cd9ffdd617f0a50cd7e8dd6b6c798 /pod | |
parent | ac561586bbd0bfbbfcc37c0f7e0dbc30423d438f (diff) | |
download | perl-9ca3806253dfe83a834b67a46fb82a7ac77a38e5.tar.gz |
in words order bad
p4raw-id: //depot/cfgperl@5466
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlre.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod index d2f64d2eb6..6dd98ae3bf 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -250,7 +250,7 @@ The assumedly non-obviously named classes are: Any control character. Usually characters that don't produce output as such but instead control the terminal somehow: for example newline and backspace are control characters. All characters with ord() less than -32 are most often control classified as characters. +32 are most often classified as control characters. =item graph |