diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-04-27 10:26:20 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-04-27 10:26:20 -0400 |
| commit | 1b18da4a4635d53b0b3c7846318c3b67bf9e9822 (patch) | |
| tree | ebdf1e3d463527bcc0785ffcba3b06a097ddf779 /src | |
| parent | 0c3514253ca91078a889573ffe9ed6e402d8251c (diff) | |
| parent | 14a6a9f5e22a4577e4a70c7cb88d94f821f46aa3 (diff) | |
| download | rust-1b18da4a4635d53b0b3c7846318c3b67bf9e9822.tar.gz rust-1b18da4a4635d53b0b3c7846318c3b67bf9e9822.zip | |
Rollup merge of #24867 - tshepang:patch-3, r=steveklabnik
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 848c0df10ee..cec58d618ef 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -84,7 +84,7 @@ that does _not_ occur in the set of [keywords](#keywords). ## Comments Comments in Rust code follow the general C++ style of line (`//`) and -block-comment (`/* ... */`) forms. Nested block comments are supported. +block (`/* ... */`) comment forms. Nested block comments are supported. Line comments beginning with exactly _three_ slashes (`///`), and block comments beginning with exactly one repeated asterisk in the block-open |
