fix(part-2-intro): remove the phrase "from Part 1" which is not exist

This commit is contained in:
İsmail Arılık 2023-08-07 11:10:56 +03:00 committed by GitHub
parent 48069586ac
commit 2f0aa1e607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ end-to-end process of compilation _and_ readers interested in learning about a
specific system they wish to contribute to. If anything is unclear, feel free specific system they wish to contribute to. If anything is unclear, feel free
to file an issue on the [rustc-dev-guide to file an issue on the [rustc-dev-guide
repo](https://github.com/rust-lang/rustc-dev-guide/issues) or contact the compiler 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). team, as detailed in [this chapter](./compiler-team.md).
In this part, we will look at the high-level architecture of the compiler. In 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 particular, we will look at three overarching design choices that impact the