Skip to content

Commit 0006f19

Browse files
pierwilltshepang
andauthored
Edit Part 2 introduction (rust-lang#777)
* Edit Part 2 introduction * needs a pause Co-authored-by: Tshepang Lekhonkhobe <tshepang@gmail.com>
1 parent fe78568 commit 0006f19

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/part-2-intro.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ to file an issue on the [rustc-dev-guide
99
repo](https://github.com/rust-lang/rustc-dev-guide/issues) or contact the compiler
1010
team, as detailed in [this chapter from Part 1](./compiler-team.md).
1111

12-
In this part, we will specifically look at the high-level architecture of the
13-
compiler. Specifically, will look at the query system, incremental compilation,
14-
and interning. These are three overarching design choices that impact the whole
15-
compiler.
12+
In this part, we will look at the high-level architecture of the compiler. In
13+
particular, we will look at three overarching design choices that impact the
14+
whole compiler: the query system, incremental compilation, and interning.

0 commit comments

Comments
 (0)