Skip to content

Commit 462eab8

Browse files
committed
Fix minor typo in the book.
1 parent 191bfbf commit 462eab8

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)