]> git.lizzy.rs Git - rust.git/commit
Auto merge of #10216 - chansuke:hotfix/fix-spelling, r=llogiq
authorbors <bors@rust-lang.org>
Sat, 21 Jan 2023 13:00:20 +0000 (13:00 +0000)
committerbors <bors@rust-lang.org>
Sat, 21 Jan 2023 13:00:20 +0000 (13:00 +0000)
commit8d3c7f044dfd2608c3842d82f5bf10d3c4c80047
tree7e846a2fa7433f0228fb8a09cb4eb358b59cdb2a
parentd1a5a353a131a9d74e880c02e607c8eeb573be88
parent081c6178fe9e8b1a0dd311c6648263dedff35b83
Auto merge of #10216 - chansuke:hotfix/fix-spelling, r=llogiq

Fix spelling inconsistence of `mdBook`

I was reading both [mdBook Documentation](https://rust-lang.github.io/mdBook/) and  [The Clippy Book](https://doc.rust-lang.org/nightly/clippy/development/infrastructure/book.html#the-clippy-book) and felt that it's easier to read to unify the notation of `mdBook`.

- \[ ] Followed [lint naming conventions][lint_naming]
- \[ ] Added passing UI tests (including committed `.stderr` file)
- \[x] `cargo test` passes locally
- \[ ] Executed `cargo dev update_lints`
- \[ ] Added lint documentation
- \[x] Run `cargo dev fmt`

----

changelog: none