about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorİsmail Arılık <arilik.ismail@gmail.com>2023-08-07 11:10:56 +0300
committerTshepang Mbambo <tshepang@gmail.com>2023-08-11 09:55:19 +0200
commitb2aa8eddb16923e89883f9c8e4e4a38ebe713d31 (patch)
tree9bd6e799a8a5cfb2792cc4737db155cd2c2c0ec3 /src/doc/rustc-dev-guide
parent540f6fe5e0512f5f50876c3a0f29b1c0f0b8e1fa (diff)
downloadrust-b2aa8eddb16923e89883f9c8e4e4a38ebe713d31.tar.gz
rust-b2aa8eddb16923e89883f9c8e4e4a38ebe713d31.zip
fix(part-2-intro): remove the phrase "from Part 1" which is not exist
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/part-2-intro.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/part-2-intro.md b/src/doc/rustc-dev-guide/src/part-2-intro.md
index 5ea4d7b6b6f..6e849ddff79 100644
--- a/src/doc/rustc-dev-guide/src/part-2-intro.md
+++ b/src/doc/rustc-dev-guide/src/part-2-intro.md
@@ -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
 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).
+team, as detailed in [this chapter](./compiler-team.md).
 
 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