about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorJonathan Turner <jonathandturner@users.noreply.github.com>2018-01-17 13:13:13 +1300
committerGitHub <noreply@github.com>2018-01-17 13:13:13 +1300
commit5833d7447da5792a39b480d06f3715bb9e5efb4a (patch)
treed7bfc7ae9ce3a54191ff9b7daca691dc7081321e /src/doc/rustc-dev-guide
parente049167364462e3de46d87c50e2b145add4412c2 (diff)
downloadrust-5833d7447da5792a39b480d06f3715bb9e5efb4a.tar.gz
rust-5833d7447da5792a39b480d06f3715bb9e5efb4a.zip
Update README.md
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/README.md b/src/doc/rustc-dev-guide/README.md
index d41418f2f4e..b8929c1e3f9 100644
--- a/src/doc/rustc-dev-guide/README.md
+++ b/src/doc/rustc-dev-guide/README.md
@@ -1,3 +1,3 @@
-An attempt to docuemnt how the compiler works. The intention is to
+An attempt to document how the compiler works. The intention is to
 bootstrap this "in repo" and eventually move the text over into the
 main rustc repo.