diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-12 10:24:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 10:24:31 +0200 |
| commit | 7ba53b7b7598f4d16c8543de5f2032293a6255e1 (patch) | |
| tree | 1019ce56328fb584a62b0421c8fa48eea51c40c7 | |
| parent | 1a20e2193e7996370dfa280c8d9edde0656e005a (diff) | |
| download | rust-7ba53b7b7598f4d16c8543de5f2032293a6255e1.tar.gz rust-7ba53b7b7598f4d16c8543de5f2032293a6255e1.zip | |
add missing word
| -rw-r--r-- | src/doc/rustc-dev-guide/src/contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md index 09a7f912b98..9e75d9d8a31 100644 --- a/src/doc/rustc-dev-guide/src/contributing.md +++ b/src/doc/rustc-dev-guide/src/contributing.md @@ -388,7 +388,7 @@ Just a few things to keep in mind: - january 2021 There is a CI action (in `~/.github/workflows/date-check.yml`) - that generates a monthly showing those that are over 6 months old + that generates a monthly report showing those that are over 6 months old ([example](https://github.com/rust-lang/rustc-dev-guide/issues/2052)). For the action to pick the date, |
