Skip to content

Commit 99832cb

Browse files
committed
rustbook: fix two small typos
1 parent e0d7cf0 commit 99832cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/rustbook/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env_logger = "0.11"
1212
mdbook-trpl-listing = { path = "../../doc/book/packages/mdbook-trpl-listing" }
1313
mdbook-trpl-note = { path = "../../doc/book/packages/mdbook-trpl-note" }
1414
mdbook-i18n-helpers = "0.3.3"
15-
mdbook-spec = { path = "../../doc/reference/mdbook-spec"}
15+
mdbook-spec = { path = "../../doc/reference/mdbook-spec" }
1616

1717
[dependencies.mdbook]
1818
version = "0.4.37"

src/tools/rustbook/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ fn main() {
6767
)
6868
.get_matches();
6969

70-
// Check which subcomamnd the user ran...
70+
// Check which subcommand the user ran...
7171
match matches.subcommand() {
7272
Some(("build", sub_matches)) => {
7373
if let Err(e) = build(sub_matches) {

0 commit comments

Comments
 (0)