about summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2015-04-27 15:42:46 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2015-04-27 15:42:46 +0200
commit14a6a9f5e22a4577e4a70c7cb88d94f821f46aa3 (patch)
treeab62bfda9b6183302a3e866b5d608b96f5dd885e /src/doc/reference.md
parent5c60145323d6e42cee5ad11efdabbd753b667d63 (diff)
downloadrust-14a6a9f5e22a4577e4a70c7cb88d94f821f46aa3.tar.gz
rust-14a6a9f5e22a4577e4a70c7cb88d94f821f46aa3.zip
reference: block-comment -> block comment
Diffstat (limited to 'src/doc/reference.md')
-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 7c9cca90edd..60c335a3762 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