From 6b394f6feeb91a88bb4285386bed5ca2deb94d1c Mon Sep 17 00:00:00 2001 From: Titus Date: Wed, 2 Oct 2019 06:45:01 +0200 Subject: Fix typo in control characters (#617) --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec.txt') 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](@) -- cgit v1.2.3