diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-12 10:25:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 10:25:07 +0200 |
| commit | 208e421ed3f7334b3af9b4e7a7a6a9340b4a9cd1 (patch) | |
| tree | c6ed355ce93cda322054c2e4fc7f7781ec0dd87c /src | |
| parent | af4419a32bc260ebf2c63ab669b27d632694de83 (diff) | |
| parent | 7ba53b7b7598f4d16c8543de5f2032293a6255e1 (diff) | |
| download | rust-208e421ed3f7334b3af9b4e7a7a6a9340b4a9cd1.tar.gz rust-208e421ed3f7334b3af9b4e7a7a6a9340b4a9cd1.zip | |
Merge pull request #2329 from rust-lang/tshepang-patch-4
add missing word
Diffstat (limited to 'src')
| -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 579a2439fb8..73006de6b86 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, |
