about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2020-07-10 18:14:16 -0300
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-07-10 16:47:54 -0500
commit19afa0dcb92c501613a9f92748ff5c7b95c41ff5 (patch)
tree6f34703001b4f4bbfc0f8347de9970e5ccd3c78f /src/doc/rustc-dev-guide
parent00e7637fdd4c50e30cccc1347e2ac19305f67a74 (diff)
downloadrust-19afa0dcb92c501613a9f92748ff5c7b95c41ff5.tar.gz
rust-19afa0dcb92c501613a9f92748ff5c7b95c41ff5.zip
inluding -> including
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/about-this-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/about-this-guide.md b/src/doc/rustc-dev-guide/src/about-this-guide.md
index 11b0876a94c..77dbf26991f 100644
--- a/src/doc/rustc-dev-guide/src/about-this-guide.md
+++ b/src/doc/rustc-dev-guide/src/about-this-guide.md
@@ -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).
 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
-   few of these with different information, inluding a glossary.
+   few of these with different information, including a glossary.
 
 [p1]: ./getting-started.md
 [p1-5]: ./compiler-team.md