Skip to content

Commit

Permalink
is a general category not a class
Browse files Browse the repository at this point in the history
  • Loading branch information
fiveop committed Feb 17, 2017
1 parent 0e5e95e commit 24c8950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

Expand All @@ -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

Expand Down

0 comments on commit 24c8950

Please sign in to comment.