Skip to content

Commit 0eb2c70

Browse files
Sl1mb0jyn514
authored andcommitted
Docs: made suggested fix
1 parent 1df0262 commit 0eb2c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parallel-rustc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The underlying thread-safe data-structures used in the parallel compiler
1313
can be found in `rustc_data_structures/sync.rs`. Some of these data structures
1414
use the `parking_lot` API.
1515

16-
## Code Gen
16+
## Codegen
1717

1818
During [monomorphization][monomorphization] the compiler splits up all the code to
1919
be generated into smaller chunks called _codegen units_. These are then generated by

0 commit comments

Comments
 (0)