@@ -5,7 +5,7 @@ and we appreciate all of them.
55
66The best way to get started is by asking for help in the [ #new
77members] ( https://rust-lang.zulipchat.com/#narrow/stream/122652-new-members )
8- Zulip stream. We have lots of docs below of how to get started on your own, but
8+ Zulip stream. We have a lot of documentation below on how to get started on your own, but
99the Zulip stream is the best place to * ask* for help.
1010
1111Documentation for contributing to the compiler or tooling is located in the [ Guide to Rustc
@@ -14,7 +14,7 @@ standard library in the [Standard library developers Guide][std-dev-guide], comm
1414
1515## Making changes to subtrees and submodules
1616
17- For submodules, changes need to be made against the repository corresponding the
17+ For submodules, changes need to be made against the repository corresponding to the
1818submodule, and not the main ` rust-lang/rust ` repository.
1919
2020For subtrees, prefer sending a PR against the subtree's repository if it does
@@ -25,15 +25,15 @@ rustc-dev-guide change that does not accompany a compiler change).
2525
2626The [ rustc-dev-guide] is meant to help document how rustc –the Rust compiler– works,
2727as well as to help new contributors get involved in rustc development. It is recommended
28- to read and understand the [ rustc-dev-guide] before making a contribution. This guide
28+ that you read and understand the [ rustc-dev-guide] before making a contribution. This guide
2929talks about the different bots in the Rust ecosystem, the Rust development tools,
3030bootstrapping, the compiler architecture, source code representation, and more.
3131
3232## [ Getting help] ( https://rustc-dev-guide.rust-lang.org/getting-started.html#asking-questions )
3333
3434There are many ways you can get help when you're stuck. Rust has many platforms for this:
3535[ internals] , [ rust-zulip] , and [ rust-discord] . It is recommended to ask for help on
36- the [ rust-zulip] , but any of these platforms are a great way to seek help and even
36+ the [ rust-zulip] , but any of these platforms are great ways to seek help and even
3737find a mentor! You can learn more about asking questions and getting help in the
3838[ Asking Questions] ( https://rustc-dev-guide.rust-lang.org/getting-started.html#asking-questions ) chapter of the [ rustc-dev-guide] .
3939
0 commit comments