Skip to content

Commit 01f35c7

Browse files
mark-i-mJohnTitorchrissimpkins
authored
Fix typos
Co-Authored-By: Yuki Okushi <[email protected]> Co-Authored-By: Chris Simpkins <[email protected]>
1 parent db57003 commit 01f35c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
- [Lowering AST to HIR](./lowering.md)
5959
- [Debugging](./hir-debugging.md)
6060
- [The MIR (Mid-level IR)](./mir/index.md)
61-
- [HAIR MIR construction](./mir/construction.md)
61+
- [HAIR and MIR construction](./mir/construction.md)
6262
- [MIR visitor and traversal](./mir/visitor.md)
6363
- [MIR passes: getting the MIR for a function](./mir/passes.md)
6464
- [Closure expansion](./closure.md)

src/part-2-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ of compilation works. They should be friendly to both readers interested in the
66
end-to-end process of compilation _and_ readers interested in learning about a
77
specific system they wish to contribute to. If anything is unclear, feel free
88
to file an issue on the [rustc-dev-guide
9-
repo](https://github.com/rust-lang/rustc-dev-guide) or contact the compiler
9+
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

1212
In this part, we will specifically look at the high-level architecture of the

0 commit comments

Comments
 (0)