aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTitus <tituswormer@gmail.com>2019-10-02 06:45:01 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2019-10-01 21:45:01 -0700
commit6b394f6feeb91a88bb4285386bed5ca2deb94d1c (patch)
tree4e13ff8153d6095b42fbfdbad99433c1c10892af
parent17013a95229ca67d1873cc9a2e2e8fac3ef5ed6d (diff)
Fix typo in control characters (#617)
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 265bbdc..50a660f 100644
--- a/spec.txt
+++ b/spec.txt
@@ -326,7 +326,7 @@ A [space](@) is `U+0020`.
A [non-whitespace character](@) is any character
that is not a [whitespace character].
-An [ASCII control character](@) is a character between `U+0000–7F` (both
+An [ASCII control character](@) is a character between `U+0000–1F` (both
including) or `U+007F`.
An [ASCII punctuation character](@)