Skip to content

Commit 1b18da4

Browse files
committed
Rollup merge of #24867 - tshepang:patch-3, r=steveklabnik
2 parents 0c35142 + 14a6a9f commit 1b18da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ that does _not_ occur in the set of [keywords](#keywords).
8484
## Comments
8585

8686
Comments in Rust code follow the general C++ style of line (`//`) and
87-
block-comment (`/* ... */`) forms. Nested block comments are supported.
87+
block (`/* ... */`) comment forms. Nested block comments are supported.
8888

8989
Line comments beginning with exactly _three_ slashes (`///`), and block
9090
comments beginning with exactly one repeated asterisk in the block-open

0 commit comments

Comments
 (0)