From 40bb43d2d10f53eae88876ec065157acca94d7cc Mon Sep 17 00:00:00 2001 From: Who? Me?! Date: Wed, 6 May 2020 17:01:45 -0500 Subject: [PATCH] typo Co-authored-by: Yuki Okushi --- src/parallel-rustc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/parallel-rustc.md b/src/parallel-rustc.md index c8214af3..66a692a9 100644 --- a/src/parallel-rustc.md +++ b/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]