about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/SUMMARY.md2
-rw-r--r--src/doc/rustc-dev-guide/src/compiler-team.md10
2 files changed, 6 insertions, 6 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md
index 8de0e71caf9..1cb9ea599fc 100644
--- a/src/doc/rustc-dev-guide/src/SUMMARY.md
+++ b/src/doc/rustc-dev-guide/src/SUMMARY.md
@@ -1,9 +1,9 @@
 # Summary
 
 - [About this guide](./about-this-guide.md)
+- [About the compiler team](./compiler-team.md)
 - [How to build the compiler and run what you built](./how-to-build-and-run.md)
 - [Coding conventions](./conventions.md)
-- [About the compiler team](./compiler-team.md)
 - [The compiler testing framework](./tests/intro.md)
     - [Running tests](./tests/running.md)
     - [Adding new tests](./tests/adding.md)
diff --git a/src/doc/rustc-dev-guide/src/compiler-team.md b/src/doc/rustc-dev-guide/src/compiler-team.md
index d7ee98d3003..ad8ac292f20 100644
--- a/src/doc/rustc-dev-guide/src/compiler-team.md
+++ b/src/doc/rustc-dev-guide/src/compiler-team.md
@@ -32,9 +32,9 @@ The meeting currently takes place on Thursdays at 10am Boston time
 (UTC-4 typically, but daylight savings time sometimes makes things
 complicated).
 
-The meeting is held over a "chat medium" -- it used to be IRC, but we
+The meeting is held over a "chat medium" — it used to be IRC, but we
 are currently in the process of evaluating other alternatives. Check
-[the etherpad] to find the current home (and see
+the [etherpad] to find the current home (and see
 [this internals thread][thread] for some ongoing discussion).
 
 [etherpad]: https://public.etherpad-mozilla.org/p/rust-compiler-meeting
@@ -85,7 +85,7 @@ rotation. high-five is the bot that assigns incoming PRs to
 reviewers. If you are added, you will be randomly selected to review
 PRs. If you find you are assigned a PR that you don't feel comfortable
 reviewing, you can also leave a comment like `r? @so-and-so` to assign
-to someone else -- if you don't know who to request, just write `r?
+to someone else — if you don't know who to request, just write `r?
 @nikomatsakis for reassignment` and @nikomatsakis will pick someone
 for you.
 
@@ -96,11 +96,11 @@ review burden for all of us! However, if you don't have time to give
 people timely feedback on their PRs, it may be better that you don't
 get on the list.
 
-### Team membership
+### Full team membership
 
 Full team membership is typically extended once someone made many
 contributions to the Rust compiler over time, ideally (but not
 necessarily) to multiple areas. Sometimes this might be implementing a
-new feature, but it is also important -- perhaps more important! -- to
+new feature, but it is also important — perhaps more important! — to
 have time and willingness to help out with general upkeep such as
 bugfixes, tracking regressions, and other less glamorous work.