diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-04-12 16:25:17 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 16:25:17 +0800 |
| commit | 14ea903d4d9ca9de1feb779f70fec51b21bd934d (patch) | |
| tree | 09be0fedc0b55d7627efcd85e4e96b60cf2d8507 | |
| parent | 208e421ed3f7334b3af9b4e7a7a6a9340b4a9cd1 (diff) | |
| parent | 3ae1c9df5b19bb43fe3fe05359f4b2ed2f56b49e (diff) | |
| download | rust-14ea903d4d9ca9de1feb779f70fec51b21bd934d.tar.gz rust-14ea903d4d9ca9de1feb779f70fec51b21bd934d.zip | |
Merge pull request #2327 from rust-lang/tshepang-patch-1
| -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 73006de6b86..2df6e9d9eb5 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]. |
