[reference] Fix a typo in 3.4 Whitespace

This commit is contained in:
Matt Brubeck 2015-04-27 09:31:49 -07:00
parent b772ce6342
commit d8797b090f

View file

@ -103,7 +103,7 @@ Non-doc comments are interpreted as a form of whitespace.
## Whitespace
Whitespace is any non-empty string containing any the following characters:
Whitespace is any non-empty string containing only the following characters:
- `U+0020` (space, `' '`)
- `U+0009` (tab, `'\t'`)