We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c35142 + 14a6a9f commit 1b18da4Copy full SHA for 1b18da4
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