Skip to content

Commit 207e669

Browse files
nikomatsakismark-i-m
authored andcommitted
fix various minor points
1 parent 7c200df commit 207e669

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Summary
22

33
- [About this guide](./about-this-guide.md)
4+
- [About the compiler team](./compiler-team.md)
45
- [How to build the compiler and run what you built](./how-to-build-and-run.md)
56
- [Coding conventions](./conventions.md)
6-
- [About the compiler team](./compiler-team.md)
77
- [The compiler testing framework](./tests/intro.md)
88
- [Running tests](./tests/running.md)
99
- [Adding new tests](./tests/adding.md)

src/compiler-team.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ The meeting currently takes place on Thursdays at 10am Boston time
3232
(UTC-4 typically, but daylight savings time sometimes makes things
3333
complicated).
3434

35-
The meeting is held over a "chat medium" -- it used to be IRC, but we
35+
The meeting is held over a "chat medium" it used to be IRC, but we
3636
are currently in the process of evaluating other alternatives. Check
37-
[the etherpad] to find the current home (and see
37+
the [etherpad] to find the current home (and see
3838
[this internals thread][thread] for some ongoing discussion).
3939

4040
[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
8585
reviewers. If you are added, you will be randomly selected to review
8686
PRs. If you find you are assigned a PR that you don't feel comfortable
8787
reviewing, you can also leave a comment like `r? @so-and-so` to assign
88-
to someone else -- if you don't know who to request, just write `r?
88+
to someone else if you don't know who to request, just write `r?
8989
@nikomatsakis for reassignment` and @nikomatsakis will pick someone
9090
for you.
9191

@@ -96,11 +96,11 @@ review burden for all of us! However, if you don't have time to give
9696
people timely feedback on their PRs, it may be better that you don't
9797
get on the list.
9898

99-
### Team membership
99+
### Full team membership
100100

101101
Full team membership is typically extended once someone made many
102102
contributions to the Rust compiler over time, ideally (but not
103103
necessarily) to multiple areas. Sometimes this might be implementing a
104-
new feature, but it is also important -- perhaps more important! -- to
104+
new feature, but it is also important perhaps more important! to
105105
have time and willingness to help out with general upkeep such as
106106
bugfixes, tracking regressions, and other less glamorous work.

0 commit comments

Comments
 (0)