Skip to content

Commit

Permalink
reference: block-comment -> block comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Apr 27, 2015
1 parent 5c60145 commit 14a6a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/reference.md
Expand Up @@ -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
Expand Down

0 comments on commit 14a6a9f

Please sign in to comment.