diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-04-29 15:45:40 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-04-29 15:45:40 -0700 |
| commit | a24e03612625e4b5296ee3a0603cf0c9b6020f08 (patch) | |
| tree | c1672c83f6aac2fbd2d28f97c307715a8066d390 /src/doc/reference.md | |
| parent | 18a0269d9d4a6f6378b36b31f5679d56719bd53e (diff) | |
| parent | d8797b090f64e2bad88e65429914c0fa8c3dbb00 (diff) | |
| download | rust-a24e03612625e4b5296ee3a0603cf0c9b6020f08.tar.gz rust-a24e03612625e4b5296ee3a0603cf0c9b6020f08.zip | |
rollup merge of #24871: mbrubeck/doc-edit
r? @steveklabnik
Diffstat (limited to 'src/doc/reference.md')
| -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 05daf73ef62..19cbd6f90a5 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'`) |
