Skip to content

Commit 43e99b1

Browse files
committed
fix code block markers
1 parent cbac426 commit 43e99b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rustdoc-internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Some features of the generated `HTML` documentation might require local
283283
storage to be used across pages, which doesn't work well without an `HTTP` server.
284284
To test these features locally, you can run a local `HTTP` server, like this:
285285

286-
```bash
286+
```console
287287
$ ./x doc library
288288
# The documentation has been generated into `build/[YOUR ARCH]/doc`.
289289
$ python3 -m http.server -d build/[YOUR ARCH]/doc

src/rustdoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Note that literally all that does is call the `main()` that's in this crate's `l
6565
Rustdoc’s JavaScript and TypeScript are checked during CI by `eslint`, `es-check`, and `tsc` (not by compiletest).
6666
These run as part of the `tidy` job.
6767

68-
```bash
68+
```console
6969
./x.py test tidy --extra-checks=js
7070
```
7171

0 commit comments

Comments
 (0)