We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c60145 commit 14a6a9fCopy full SHA for 14a6a9f
src/doc/reference.md
@@ -84,7 +84,7 @@ that does _not_ occur in the set of [keywords](#keywords).
84
## Comments
85
86
Comments in Rust code follow the general C++ style of line (`//`) and
87
-block-comment (`/* ... */`) forms. Nested block comments are supported.
+block (`/* ... */`) comment forms. Nested block comments are supported.
88
89
Line comments beginning with exactly _three_ slashes (`///`), and block
90
comments beginning with exactly one repeated asterisk in the block-open
0 commit comments