diff options
| -rw-r--r-- | src/doc/reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index 7c9cca90edd..3f8ac214ffc 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -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'`) |
