about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-04-27 10:26:20 -0400
committerSteve Klabnik <steve@steveklabnik.com>2015-04-27 10:26:20 -0400
commit1b18da4a4635d53b0b3c7846318c3b67bf9e9822 (patch)
treeebdf1e3d463527bcc0785ffcba3b06a097ddf779 /src
parent0c3514253ca91078a889573ffe9ed6e402d8251c (diff)
parent14a6a9f5e22a4577e4a70c7cb88d94f821f46aa3 (diff)
downloadrust-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.md2
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