about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2020-09-30 13:19:46 -0400
committerTshepang Lekhonkhobe <tshepang@gmail.com>2020-09-30 22:39:25 +0200
commit2bb145daa4e067a7bb19b87e7eae8f48f1938aed (patch)
tree513f6ce04a69da0f60a715db4a590dc9be89bf4b /src/doc/rustc-dev-guide
parent04a36c83e7dd14baf5650639c7401aea63ce06c6 (diff)
downloadrust-2bb145daa4e067a7bb19b87e7eae8f48f1938aed.tar.gz
rust-2bb145daa4e067a7bb19b87e7eae8f48f1938aed.zip
Fix typo
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/git.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/git.md b/src/doc/rustc-dev-guide/src/git.md
index 9f025ff61e6..5f88235c2f6 100644
--- a/src/doc/rustc-dev-guide/src/git.md
+++ b/src/doc/rustc-dev-guide/src/git.md
@@ -19,7 +19,7 @@ more in depth [book from Git].
 [documentation]: https://docs.github.com/en/github/getting-started-with-github/set-up-git
 [guides]: https://guides.github.com/introduction/git-handbook/
 
-## Prequisites
+## Prerequisites
 
 We'll assume that you've installed Git, forked [rust-lang/rust], and cloned the
 forked repo to your PC. We'll use the command line interface to interact