Skip to content

Commit 78afd53

Browse files
Sl1mb0jyn514
authored andcommitted
Docs: delete redundant use of correctness
1 parent 0fe44f7 commit 78afd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parallel-rustc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
As of <!-- date: 2021-09 --> September 2021, The only stage of the compiler
44
that is already parallel is codegen. The nightly compiler implements query evaluation,
5-
but there is a lot of correctness work that needs to be done. The lack of parallelism at other stages
5+
but there is still a lot of work to be done. The lack of parallelism at other stages
66
also represents an opportunity for improving compiler performance. One can try out the current
77
parallel compiler work by enabling it in the `config.toml`.
88

0 commit comments

Comments
 (0)