diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-12 09:39:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 09:39:13 +0200 |
| commit | 3ae1c9df5b19bb43fe3fe05359f4b2ed2f56b49e (patch) | |
| tree | 18826dad9959cb9f1b8fe0170c02c7494943cfb9 | |
| parent | 1a20e2193e7996370dfa280c8d9edde0656e005a (diff) | |
| download | rust-3ae1c9df5b19bb43fe3fe05359f4b2ed2f56b49e.tar.gz rust-3ae1c9df5b19bb43fe3fe05359f4b2ed2f56b49e.zip | |
use more simple language
Not obvious what "sort by" means
| -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..1dcda962da0 100644 --- a/src/doc/rustc-dev-guide/src/contributing.md +++ b/src/doc/rustc-dev-guide/src/contributing.md @@ -346,7 +346,7 @@ function in the same way as other pull requests. [`src/doc`]: https://github.com/rust-lang/rust/tree/master/src/doc [std-root]: https://github.com/rust-lang/rust/blob/master/library/std/src/lib.rs#L1 -To find documentation-related issues, sort by the [A-docs label]. +To find documentation-related issues, use the [A-docs label]. You can find documentation style guidelines in [RFC 1574]. |
