diff options
| author | Steven Nguyen <nguyeste008@students.garlandisd.net> | 2022-10-13 23:48:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-13 23:48:05 -0500 |
| commit | 135a2730eb1750cff33e79a2e22e5730a2e0a60c (patch) | |
| tree | c3785ed69f31c21a4115a96fd3dca5bc81be36b8 | |
| parent | 9a6eca5f852830cb5e9a520f79ce02e6aae9a1b1 (diff) | |
| download | rust-135a2730eb1750cff33e79a2e22e5730a2e0a60c.tar.gz rust-135a2730eb1750cff33e79a2e22e5730a2e0a60c.zip | |
Book: Small grammar + link a11y change
| -rw-r--r-- | book/src/development/basics.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/book/src/development/basics.md b/book/src/development/basics.md index 44ba6e32755..6fb53236e6f 100644 --- a/book/src/development/basics.md +++ b/book/src/development/basics.md @@ -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 @@ -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 |
