We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 553d99b + b1d0c5b commit e5ecb2dCopy full SHA for e5ecb2d
src/comments.md
@@ -42,7 +42,7 @@ Non-doc comments are interpreted as a form of whitespace.
42
## Doc comments
43
44
Line doc comments beginning with exactly _three_ slashes (`///`), and block
45
-doc comments (`/** ... */`), both inner doc comments, are interpreted as a
+doc comments (`/** ... */`), both outer doc comments, are interpreted as a
46
special syntax for [`doc` attributes]. That is, they are equivalent to writing
47
`#[doc="..."]` around the body of the comment, i.e., `/// Foo` turns into
48
`#[doc="Foo"]` and `/** Bar */` turns into `#[doc="Bar"]`.
0 commit comments