]> git.lizzy.rs Git - rust.git/blobdiff - CONTRIBUTING.md
Add E0617
[rust.git] / CONTRIBUTING.md
index 651fffb585add5491fc949a410795a0748462d11..8f121f8d6ed9b54434c5f1bb4e23a149a42381d6 100644 (file)
@@ -177,7 +177,7 @@ python x.py test src/test/rustdoc
 python x.py build src/libcore --stage 0
 ```
 
-You can explore the build system throught the various `--help` pages for each
+You can explore the build system through the various `--help` pages for each
 subcommand. For example to learn more about a command you can run:
 
 ```
@@ -312,9 +312,11 @@ the other rollup-eligible patches too, and they'll get tested and merged at
 the same time.
 
 To find documentation-related issues, sort by the [T-doc label][tdoc].
-You can find documentation style guidelines in [RFC 1574][rfc1574].
 
 [tdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen%20is%3Aissue%20label%3AT-doc
+
+You can find documentation style guidelines in [RFC 1574][rfc1574].
+
 [rfc1574]: https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text
 
 In many cases, you don't need a full `./x.py doc`. You can use `rustdoc` directly