Skip to content

Commit d86f217

Browse files
committed
fix: Be even more explicit on doc comments
1 parent 401ceb0 commit d86f217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3424-cargo-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ fn main() {
146146
}
147147
```
148148

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

0 commit comments

Comments
 (0)