Skip to content

Commit 37ab8da

Browse files
JohnTitormark-i-m
authored andcommitted
Fix distortions of "representation"
1 parent f196779 commit 37ab8da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
- [Parallel Compilation](./parallel-rustc.md)
6060
- [Rustdoc](./rustdoc-internals.md)
6161

62-
# Source Code Representations
62+
# Source Code Representation
6363

6464
- [Prologue](./part-3-intro.md)
6565
- [Command-line arguments](./cli.md)

src/part-3-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Part 3: Source Code Representations
1+
# Part 3: Source Code Representation
22

33
This part describes the process of taking raw source code from the user and
44
transforming it into various forms that the compiler can work with easily.

0 commit comments

Comments
 (0)