diff options
| author | Takayuki Nakata <f.seasons017@gmail.com> | 2020-08-03 23:03:59 +0900 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-08-03 11:07:57 -0500 |
| commit | 5d4f6c7fbcf040c3e2f5b9288ccc14c75cb74928 (patch) | |
| tree | 25228f7d2c4f9f2fb55970c3bcce40e488d1f304 /src/doc/rustc-dev-guide | |
| parent | 07660d0008ec9f2054b89e8ef8fe9f5cf5acafce (diff) | |
| download | rust-5d4f6c7fbcf040c3e2f5b9288ccc14c75cb74928.tar.gz rust-5d4f6c7fbcf040c3e2f5b9288ccc14c75cb74928.zip | |
Fix typo
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/crates-io.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/crates-io.md b/src/doc/rustc-dev-guide/src/crates-io.md index 9e94ba540e0..7333bd9b82c 100644 --- a/src/doc/rustc-dev-guide/src/crates-io.md +++ b/src/doc/rustc-dev-guide/src/crates-io.md @@ -14,7 +14,7 @@ reasons: TODO: what is the vetting process? -## Pemitted dependencies +## Permitted dependencies The `tidy` tool has [a list of crates that are allowed]. To add a dependency that is not already in the compiler, you will need to add it to these |
