From dcf75a8e6002c178e6af25eaa4d99f36b04f236e Mon Sep 17 00:00:00 2001 From: Who? Me?! Date: Fri, 8 May 2020 10:40:35 -0500 Subject: [PATCH] Fix typo --- src/parallel-rustc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parallel-rustc.md b/src/parallel-rustc.md index 66a692a9..add902d3 100644 --- a/src/parallel-rustc.md +++ b/src/parallel-rustc.md @@ -34,7 +34,7 @@ However, there are two blockers: 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 IRLO thread by Zoxc, one of the pioneers of the effort][irlo0] - [This list of interior mutability in the compiler by nikomatsakis][imlist] - [This IRLO thread by alexchricton about performance][irlo1] - [This tracking issue][tracking]