diff options
| author | Matt Brubeck <mbrubeck@limpet.net> | 2015-04-27 09:31:49 -0700 |
|---|---|---|
| committer | Matt Brubeck <mbrubeck@limpet.net> | 2015-04-27 09:31:49 -0700 |
| commit | d8797b090f64e2bad88e65429914c0fa8c3dbb00 (patch) | |
| tree | a2d3cdcb9f6585644b0113d0dd5adc80527b6d15 /src | |
| parent | b772ce6342962792620e21623997d0d3b98164b7 (diff) | |
| download | rust-d8797b090f64e2bad88e65429914c0fa8c3dbb00.tar.gz rust-d8797b090f64e2bad88e65429914c0fa8c3dbb00.zip | |
[reference] Fix a typo in 3.4 Whitespace
Diffstat (limited to 'src')
| -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'`) |
