Skip to content

Commit 7ea2007

Browse files
authored
Corrected MIR file path and fixed a typo (#1020)
1 parent 3e731b7 commit 7ea2007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ for the docs you're looking for instead of reading them top to bottom.
1616

1717
### Contributing to the guide
1818

19-
The guide is useful today, but it has a lot of work still go.
19+
The guide is useful today, but it has a lot of work still to go.
2020

2121
If you'd like to help improve the guide, we'd love to have you! You can find
2222
plenty of issues on the [issue

src/part-5-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and transform it into [MIR]. We have also shown how the compiler does various
99
analyses on the code to detect things like type or lifetime errors. Now, we
1010
will finally take the MIR and produce some executable machine code.
1111

12-
[MIR]: ./mir/index.html
12+
[MIR]: ./mir/index.md
1313

1414
> NOTE: This part of a compiler is often called the _backend_ the term is a bit
1515
> overloaded because in the compiler source, it usually refers to the "codegen

0 commit comments

Comments
 (0)