diff options
-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 |