Skip to content

Commit 401ceb0

Browse files
committed
fix: Explicitly declare its a doc comment
1 parent db76c87 commit 401ceb0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

text/3424-cargo-script.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,10 @@ fn main() {
146146
}
147147
```
148148

149-
The `cargo` section is called a [***manifest***][def-manifest], and it contains all of the
150-
metadata that Cargo needs to compile your package. This is written in the
151-
[TOML] format (pronounced /tɑməl/).
149+
The `cargo` section in the doc-comment (any doc-comment style is supported) is
150+
called a [***manifest***][def-manifest], and it contains all of the metadata
151+
that Cargo needs to compile your package. This is written in the [TOML] format
152+
(pronounced /tɑməl/).
152153

153154
`regex = "1.8.0"` is the name of the [crate][def-crate] and a [SemVer] version
154155
requirement. The [specifying

0 commit comments

Comments
 (0)