Skip to content

Commit 41df9a0

Browse files
committed
Auto merge of #5802 - ehuss:fix-doc-typo, r=dwijnand
Fix minor typo in the book.
2 parents cef7c56 + 462eab8 commit 41df9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ You can run individual executable examples with the command `cargo run --example
626626

627627
Specify `crate-type` to make an example be compiled as a library (additional
628628
information about crate types is available in
629-
[the Cargo reference](https://doc.rust-lang.org/reference/linkage.html)):
629+
[The Rust Reference](https://doc.rust-lang.org/reference/linkage.html)):
630630

631631
```toml
632632
[[example]]

0 commit comments

Comments
 (0)