File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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.
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
2121If you'd like to help improve the guide, we'd love to have you! You can find
2222plenty 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
99analyses on the code to detect things like type or lifetime errors. Now, we
1010will 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
You can’t perform that action at this time.
0 commit comments