Skip to content

Commit 2e90d88

Browse files
chrissimpkinsmark-i-m
authored andcommitted
consistent section title casing
1 parent daa1d91 commit 2e90d88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/part-1-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Part 1: Building, debugging, and contributing to Rustc
1+
# Part 1: Building, Debugging, and Contributing to `rustc`
22

33
This section of the rustc-dev-guide contains knowledge that should be useful to you
44
regardless of what part of the compiler you are working on. This includes both

src/part-2-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Part 2: How rustc works
1+
# Part 2: How `rustc` Works
22

33
The remaining parts of this guide discuss how the compiler works. They go
44
through everything from high-level structure of the compiler to how each stage

src/part-5-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# From MIR to binaries
1+
# From MIR to Binaries
22

33
All of the preceding chapters of this guide have one thing in common: we never
44
generated any executable machine code at all! With this chapter, all of that

0 commit comments

Comments
 (0)