File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Using this flag looks like this:
96
96
$ rustdoc src/lib.rs --crate-name mycrate
97
97
```
98
98
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
100
100
as the ` .rs ` file. ` --crate-name ` lets you override this assumption with
101
101
whatever name you choose.
102
102
@@ -253,7 +253,7 @@ $ rustdoc README.md --html-before-content extra.html
253
253
```
254
254
255
255
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
257
257
documentation.
258
258
259
259
## ` --html-after-content ` : include more HTML after the content
@@ -266,7 +266,7 @@ $ rustdoc README.md --html-after-content extra.html
266
266
```
267
267
268
268
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
270
270
documentation.
271
271
272
272
You can’t perform that action at this time.
0 commit comments