diff options
author | Titus <tituswormer@gmail.com> | 2019-10-02 06:45:01 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-10-01 21:45:01 -0700 |
commit | 6b394f6feeb91a88bb4285386bed5ca2deb94d1c (patch) | |
tree | 4e13ff8153d6095b42fbfdbad99433c1c10892af | |
parent | 17013a95229ca67d1873cc9a2e2e8fac3ef5ed6d (diff) |
Fix typo in control characters (#617)
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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](@) |