Docs: made suggested fix
This commit is contained in:
parent
1df026246a
commit
0eb2c70cf5
|
|
@ -13,7 +13,7 @@ The underlying thread-safe data-structures used in the parallel compiler
|
||||||
can be found in `rustc_data_structures/sync.rs`. Some of these data structures
|
can be found in `rustc_data_structures/sync.rs`. Some of these data structures
|
||||||
use the `parking_lot` API.
|
use the `parking_lot` API.
|
||||||
|
|
||||||
## Code Gen
|
## Codegen
|
||||||
|
|
||||||
During [monomorphization][monomorphization] the compiler splits up all the code to
|
During [monomorphization][monomorphization] the compiler splits up all the code to
|
||||||
be generated into smaller chunks called _codegen units_. These are then generated by
|
be generated into smaller chunks called _codegen units_. These are then generated by
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue