about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfaso <yigbot@gmail.com>2017-05-16 10:56:07 +0300
committerGitHub <noreply@github.com>2017-05-16 10:56:07 +0300
commitbf2e0c2fe18f20d41afe0869acbeb6c7ce6d3d31 (patch)
tree94d3d7ebcf489983ca70ab51285d98fe5ddb37ca
parentae33d99bcd1c1f99b4605d2bb1150c590ffa3044 (diff)
downloadrust-bf2e0c2fe18f20d41afe0869acbeb6c7ce6d3d31.tar.gz
rust-bf2e0c2fe18f20d41afe0869acbeb6c7ce6d3d31.zip
Typo
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0314a5dfd8d..8f121f8d6ed 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -177,7 +177,7 @@ python x.py test src/test/rustdoc
 python x.py build src/libcore --stage 0
 ```
 
-You can explore the build system throught the various `--help` pages for each
+You can explore the build system through the various `--help` pages for each
 subcommand. For example to learn more about a command you can run:
 
 ```