From 0006f199151dbda14c936ab078f971bdd8754983 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Wed, 1 Jul 2020 04:26:25 -0700 Subject: [PATCH] Edit Part 2 introduction (#777) * Edit Part 2 introduction * needs a pause Co-authored-by: Tshepang Lekhonkhobe --- src/part-2-intro.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/part-2-intro.md b/src/part-2-intro.md index 04ae3f95..5ea4d7b6 100644 --- a/src/part-2-intro.md +++ b/src/part-2-intro.md @@ -9,7 +9,6 @@ to file an issue on the [rustc-dev-guide repo](https://github.com/rust-lang/rustc-dev-guide/issues) or contact the compiler team, as detailed in [this chapter from Part 1](./compiler-team.md). -In this part, we will specifically look at the high-level architecture of the -compiler. Specifically, will look at the query system, incremental compilation, -and interning. These are three overarching design choices that impact the whole -compiler. +In this part, we will look at the high-level architecture of the compiler. In +particular, we will look at three overarching design choices that impact the +whole compiler: the query system, incremental compilation, and interning.