about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2020-05-06 17:01:45 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-05-06 17:03:52 -0500
commit28751222f9e0f654f7ede1fa1137f8e73820ccd1 (patch)
tree4afaf22df3944940a58600c20600dac6cd911fbb /src/doc/rustc-dev-guide
parent4112e2614ff0cfe850b07ff8dad7ed0e3a4449fa (diff)
downloadrust-28751222f9e0f654f7ede1fa1137f8e73820ccd1.tar.gz
rust-28751222f9e0f654f7ede1fa1137f8e73820ccd1.zip
typo
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/parallel-rustc.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/parallel-rustc.md b/src/doc/rustc-dev-guide/src/parallel-rustc.md
index c8214af38cc..66a692a91b4 100644
--- a/src/doc/rustc-dev-guide/src/parallel-rustc.md
+++ b/src/doc/rustc-dev-guide/src/parallel-rustc.md
@@ -31,8 +31,8 @@ However, there are two blockers:
 - There is a lot of lock contention, which actually degrades performance as the
   number of threads increases beyond 4.
 
-Here are some resources that can used to learn more (note that some of them are
-a bit out of date):
+Here are some resources that can be used to learn more (note that some of them
+are a bit out of date):
 
 - [This IRLO thread by Zoxc, when of the pioneers of the effort][irlo0]
 - [This list of interior mutability in the compiler by nikomatsakis][imlist]