Skip to content

Commit efa361b

Browse files
committed
Auto merge of #9643 - icecream17:patch-1, r=flip1995
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
2 parents 8e0da62 + 135a273 commit efa361b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

book/src/development/basics.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ the reference file with:
6969
cargo dev bless
7070
```
7171

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

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

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

107108
## lintcheck
108109

0 commit comments

Comments
 (0)