aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-17 23:29:49 +0100
committerGitHub <noreply@github.com>2017-02-17 23:29:49 +0100
commit49d578894e408223956036a47c3f6fdc1b86b065 (patch)
tree3aadea3918d9656ba7984be6a4d66bfa571f904d
parent0e5e95eb7fcc973128d3a2a8cddf221f3825c156 (diff)
parent24c8950d93f2fb14dec7285f3e8f2bc78fac5f3a (diff)
Merge pull request #448 from fiveop/master
`Zs` is a general category not a class
-rw-r--r--spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec.txt b/spec.txt
index 857e92c..95cdfa6 100644
--- a/spec.txt
+++ b/spec.txt
@@ -312,7 +312,7 @@ form feed (`U+000C`), or carriage return (`U+000D`).
characters].
A [Unicode whitespace character](@) is
-any code point in the Unicode `Zs` class, or a tab (`U+0009`),
+any code point in the Unicode `Zs` general category, or a tab (`U+0009`),
carriage return (`U+000D`), newline (`U+000A`), or form feed
(`U+000C`).
@@ -331,7 +331,7 @@ is `!`, `"`, `#`, `$`, `%`, `&`, `'`, `(`, `)`,
A [punctuation character](@) is an [ASCII
punctuation character] or anything in
-the Unicode classes `Pc`, `Pd`, `Pe`, `Pf`, `Pi`, `Po`, or `Ps`.
+the general Unicode categories `Pc`, `Pd`, `Pe`, `Pf`, `Pi`, `Po`, or `Ps`.
## Tabs