Fix distortions of "representation"

This commit is contained in:
Yuki Okushi 2020-07-14 16:20:30 +09:00 committed by Who? Me?!
parent f196779cbe
commit 37ab8da24d
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
- [Parallel Compilation](./parallel-rustc.md) - [Parallel Compilation](./parallel-rustc.md)
- [Rustdoc](./rustdoc-internals.md) - [Rustdoc](./rustdoc-internals.md)
# Source Code Representations # Source Code Representation
- [Prologue](./part-3-intro.md) - [Prologue](./part-3-intro.md)
- [Command-line arguments](./cli.md) - [Command-line arguments](./cli.md)

View File

@ -1,4 +1,4 @@
# Part 3: Source Code Representations # Part 3: Source Code Representation
This part describes the process of taking raw source code from the user and This part describes the process of taking raw source code from the user and
transforming it into various forms that the compiler can work with easily. transforming it into various forms that the compiler can work with easily.