Skip to content

Commit d1e2f3b

Browse files
authored
Fix rustdocs test command typo (#1103)
1 parent 8d6459f commit d1e2f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/rustdoc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ does is call the `main()` that's in this crate's `lib.rs`, though.)
4747
* The completed docs will be available in `build/$TARGET/doc/std`, though the
4848
bundle is meant to be used as though you would copy out the `doc` folder to
4949
a web server, since that's where the CSS/JS and landing page are.
50-
* Use `x.py test src/test/rustdoc*` to run the tests using a stage1 rustdoc.
50+
* Use `./x.py test src/test/rustdoc*` to run the tests using a stage1 rustdoc.
5151
* See [Rustdoc internals] for more information about tests.
5252
* Most of the HTML printing code is in `html/format.rs` and `html/render.rs`.
5353
It's in a bunch of `fmt::Display` implementations and supplementary

0 commit comments

Comments
 (0)