fixed character (#49)

This commit is contained in:
0xflotus 2019-02-22 14:43:31 +01:00 committed by Daniel Lemire
parent 3757349c8e
commit 84a7cf3f31
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ A character is pseudo-structural if and only if:
1. Not enclosed in quotes, AND
2. Is a non-whitespace character, AND
3. It's preceding chararacter is either:
3. It's preceding character is either:
(a) a structural character, OR
(b) whitespace.