about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorjyn <github@jyn.dev>2023-04-08 22:36:35 -0500
committerTshepang Mbambo <tshepang@gmail.com>2023-04-09 22:38:15 +0200
commitbb9851f5d869d791817caf01714c7881f0245b9d (patch)
tree04a016efd4c2bbad5bb5b79490a8a79fdd04782b /src/doc
parent69eb29be99db19e1e00b4c7a928af2132b670405 (diff)
downloadrust-bb9851f5d869d791817caf01714c7881f0245b9d.tar.gz
rust-bb9851f5d869d791817caf01714c7881f0245b9d.zip
Apply suggestions from code review
Thank you JohnTitor for finding these!

Co-authored-by: Yuki Okushi <jtitor@2k36.org>
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-dev-guide/src/getting-started.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/doc/rustc-dev-guide/src/getting-started.md b/src/doc/rustc-dev-guide/src/getting-started.md
index 919b2415ff9..e5be518d7e6 100644
--- a/src/doc/rustc-dev-guide/src/getting-started.md
+++ b/src/doc/rustc-dev-guide/src/getting-started.md
@@ -93,9 +93,9 @@ See below for how to find work that isn't labelled.
 
 ### Recurring work
 
-Some work is too large to be done by a single person. In this case, it's commmon to have "Tracking
-issues" to co-ordinate the work between contributors.  Here are some example tracking issues where
-it's easy to pick up a work without a large time commitment:
+Some work is too large to be done by a single person. In this case, it's common to have "Tracking
+issues" to co-ordinate the work between contributors. Here are some example tracking issues where
+it's easy to pick up work without a large time commitment:
 
 - [Rustdoc Askama Migration](https://github.com/rust-lang/rust/issues/108868)
 - [Diagnostic Translation](https://github.com/rust-lang/rust/issues/100717)
@@ -106,7 +106,7 @@ If you find more recurring work, please feel free to add it here!
 ### Clippy issues
 
 The [Clippy] project has spent a long time making its contribution process as friendly to newcomers
-as possible.  Consider working on it first to get familiar with the process and the compiler
+as possible. Consider working on it first to get familiar with the process and the compiler
 internals.
 
 See [the Clippy contribution guide][clippy-contributing] for instructions on getting started.
@@ -171,7 +171,7 @@ See ["How to build and run the compiler"](./building//how-to-build-and-run.md).
 
 ## Contributor Procedures
 
-This section has moved to the ["Contribution Procedures"](./contributing.mD) chapter.
+This section has moved to the ["Contribution Procedures"](./contributing.md) chapter.
 
 ## Other Resources