diff options
| author | Marijn Schouten <hkBst@users.noreply.github.com> | 2022-10-14 16:57:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-14 16:57:06 +0200 |
| commit | 950f5fa945beaa5ce08d1b7682c533b7fa57c417 (patch) | |
| tree | 35b6c914ae8cf54253a84f02e8a7380e8d033c84 | |
| parent | 9a6eca5f852830cb5e9a520f79ce02e6aae9a1b1 (diff) | |
| download | rust-950f5fa945beaa5ce08d1b7682c533b7fa57c417.tar.gz rust-950f5fa945beaa5ce08d1b7682c533b7fa57c417.zip | |
add missing comma
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c977b2caca..85f94a74ad9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ All contributors are expected to follow the [Rust Code of Conduct]. ## The Clippy book -If you're new to Clippy and don't know where to start the [Clippy book] includes +If you're new to Clippy and don't know where to start, the [Clippy book] includes a [developer guide] and is a good place to start your journey. [Clippy book]: https://doc.rust-lang.org/nightly/clippy/index.html |
