Skip to content

Commit a0819a6

Browse files
Seppel3210Joshua Nelson
authored and
Joshua Nelson
committed
Fix some typos
1 parent de3bdce commit a0819a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/compiler-debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ reveal the actual MIR elements, as text.
324324
325325
To view these files, simply use a modern browser, or a CSS-capable HTML preview
326326
feature in a modern IDE. (The default HTML preview pane in *VS Code* is known to
327-
work, for instance.
327+
work, for instance.)
328328
329329
## Narrowing (Bisecting) Regressions
330330

src/tests/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ including:
7070
is correct. The formatting check is also automatically run by the Tidy tool
7171
mentioned above.
7272

73-
Example: `./x.py fmt --check` checks formatting an exits with an error if
73+
Example: `./x.py fmt --check` checks formatting and exits with an error if
7474
formatting is needed.
7575

7676
Example: `./x.py fmt` runs rustfmt on the codebase.

0 commit comments

Comments
 (0)