inluding -> including

This commit is contained in:
Santiago Pastorino 2020-07-10 18:14:16 -03:00 committed by Who? Me?!
parent 954802cc68
commit b04ff74782
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ There are six parts to this guide:
properties of the code and inform later stages of the compile process (e.g., type checking). properties of the code and inform later stages of the compile process (e.g., type checking).
5. [From MIR to Binaries][p5]: How linked executable machine code is generated. 5. [From MIR to Binaries][p5]: How linked executable machine code is generated.
6. [Appendices][app] at the end with useful reference information. There are a 6. [Appendices][app] at the end with useful reference information. There are a
few of these with different information, inluding a glossary. few of these with different information, including a glossary.
[p1]: ./getting-started.md [p1]: ./getting-started.md
[p1-5]: ./compiler-team.md [p1-5]: ./compiler-team.md