Docs: delete redundant use of correctness

This commit is contained in:
Timothy Maloney 2021-09-06 13:18:17 -07:00 committed by Joshua Nelson
parent 4ebe82a278
commit a22f7be4e7
1 changed files with 1 additions and 1 deletions

View File

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