Skip to content

Commit 36e7d8a

Browse files
Merge pull request #827 from blkerby/doc-typos
Fix a few doc errors/typos
2 parents dd19a64 + d762cd3 commit 36e7d8a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/cli-usage.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ This will output a report to `./work/ex/default/index.html`.
4848

4949
If you want to clean things up you can use the following commands:
5050
```bash
51-
# delete all the target directories
52-
cargo run -- delete-all-target-dirs
5351
# delete all results directories
5452
cargo run -- delete-all-results
5553
# remove a specific experiment

docs/report-triage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The template (for crates.io crates or git repos) is:
3636
```
3737

3838
When in doubt about a regression, file an issue. It's best to force the Rust
39-
developers to aknowledge the regression that to let it slip through.
39+
developers to acknowledge the regression than to let it slip through.
4040

4141
## Triaging regressions
4242

@@ -68,7 +68,7 @@ For example, if the crate `foo` has a flaky test suite you should add this line
6868
in the configuration file (possibly sorting it):
6969

7070
```toml
71-
flaky = { skip-tests = true } # flaky test suite
71+
foo = { skip-tests = true } # flaky test suite
7272
```
7373

7474
A comment should always be added (on the same line) to briefly explain why the

0 commit comments

Comments
 (0)