Skip to content

Commit b7d378a

Browse files
committed
Fix typo in rustdoc book
1 parent df095ce commit b7d378a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/rustdoc/src/command-line-arguments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Using this flag looks like this:
9696
$ rustdoc src/lib.rs --crate-name mycrate
9797
```
9898

99-
By default, `rustodc` assumes that the name of your crate is the same name
99+
By default, `rustdoc` assumes that the name of your crate is the same name
100100
as the `.rs` file. `--crate-name` lets you override this assumption with
101101
whatever name you choose.
102102

@@ -253,7 +253,7 @@ $ rustdoc README.md --html-before-content extra.html
253253
```
254254

255255
This flag takes a list of files, and inserts them inside the `<body>` tag but
256-
before the other content `rustodc` would normally produce in the rendered
256+
before the other content `rustdoc` would normally produce in the rendered
257257
documentation.
258258

259259
## `--html-after-content`: include more HTML after the content
@@ -266,7 +266,7 @@ $ rustdoc README.md --html-after-content extra.html
266266
```
267267

268268
This flag takes a list of files, and inserts them before the `</body>` tag but
269-
after the other content `rustodc` would normally produce in the rendered
269+
after the other content `rustdoc` would normally produce in the rendered
270270
documentation.
271271

272272

0 commit comments

Comments
 (0)