Skip to content

Commit

Permalink
Auto merge of #9643 - icecream17:patch-1, r=flip1995
Browse files Browse the repository at this point in the history
Book: Small grammar + link a11y change

*Please write a short comment explaining your change (or "none" for internal only changes)*

changelog: none

---

Very minor

For the link accessibility change, `here` and related don't provide context for screen readers who are reading a list of links.
(Random supporting google links)
https://www.w3.org/QA/Tips/noClickHere
https://usability.yale.edu/web-accessibility/articles/links
  • Loading branch information
bors committed Oct 14, 2022
2 parents 8e0da62 + 135a273 commit efa361b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions book/src/development/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ the reference file with:
cargo dev bless
```

For example, this is necessary, if you fix a typo in an error message of a lint
For example, this is necessary if you fix a typo in an error message of a lint,
or if you modify a test file to add a test case.

> _Note:_ This command may update more files than you intended. In that case
Expand Down Expand Up @@ -101,8 +101,9 @@ cargo dev setup intellij
cargo dev dogfood
```

More about intellij command usage and reasons
[here](https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md#intellij-rust)
More about [intellij] command usage and reasons.

[intellij]: https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md#intellij-rust

## lintcheck

Expand Down

0 comments on commit efa361b

Please sign in to comment.