about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTakayuki Nakata <f.seasons017@gmail.com>2020-08-03 22:58:57 +0900
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-08-03 11:07:57 -0500
commit07660d0008ec9f2054b89e8ef8fe9f5cf5acafce (patch)
treec193f5ded629044f970593cdbafab2636997f90a /src/doc/rustc-dev-guide
parent5236330427e39c74d8d4887db6ec048287dcf475 (diff)
downloadrust-07660d0008ec9f2054b89e8ef8fe9f5cf5acafce.tar.gz
rust-07660d0008ec9f2054b89e8ef8fe9f5cf5acafce.zip
Fix: crates -> a list of crates
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/crates-io.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/crates-io.md b/src/doc/rustc-dev-guide/src/crates-io.md
index 17757454e9b..9e94ba540e0 100644
--- a/src/doc/rustc-dev-guide/src/crates-io.md
+++ b/src/doc/rustc-dev-guide/src/crates-io.md
@@ -16,8 +16,8 @@ TODO: what is the vetting process?
 
 ## Pemitted dependencies
 
-The `tidy` tool has [crates that are allowed]. To add a
+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
 crates.
 
-[crates that are allowed]: https://github.com/rust-lang/rust/blob/19ecce332e56941ea0dd2a805270faa102acdb14/src/tools/tidy/src/deps.rs#L59
+[a list of crates that are allowed]: https://github.com/rust-lang/rust/blob/19ecce332e56941ea0dd2a805270faa102acdb14/src/tools/tidy/src/deps.rs#L59