Fix some typos

This commit is contained in:
Sebastian Widua 2021-01-04 11:36:03 +01:00 committed by Joshua Nelson
parent a0cdbb5675
commit 1b4d37b32b
2 changed files with 2 additions and 2 deletions

View File

@ -324,7 +324,7 @@ reveal the actual MIR elements, as text.
To view these files, simply use a modern browser, or a CSS-capable HTML preview
feature in a modern IDE. (The default HTML preview pane in *VS Code* is known to
work, for instance.
work, for instance.)
## Narrowing (Bisecting) Regressions

View File

@ -70,7 +70,7 @@ including:
is correct. The formatting check is also automatically run by the Tidy tool
mentioned above.
Example: `./x.py fmt --check` checks formatting an exits with an error if
Example: `./x.py fmt --check` checks formatting and exits with an error if
formatting is needed.
Example: `./x.py fmt` runs rustfmt on the codebase.