File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ for the docs you're looking for instead of reading them top to bottom.
16
16
17
17
### Contributing to the guide
18
18
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.
20
20
21
21
If you'd like to help improve the guide, we'd love to have you! You can find
22
22
plenty of issues on the [ issue
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ and transform it into [MIR]. We have also shown how the compiler does various
9
9
analyses on the code to detect things like type or lifetime errors. Now, we
10
10
will finally take the MIR and produce some executable machine code.
11
11
12
- [ MIR ] : ./mir/index.html
12
+ [ MIR ] : ./mir/index.md
13
13
14
14
> NOTE: This part of a compiler is often called the _ backend_ the term is a bit
15
15
> overloaded because in the compiler source, it usually refers to the "codegen
You can’t perform that action at this time.
0 commit comments