We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f196779 commit 37ab8daCopy full SHA for 37ab8da
src/SUMMARY.md
@@ -59,7 +59,7 @@
59
- [Parallel Compilation](./parallel-rustc.md)
60
- [Rustdoc](./rustdoc-internals.md)
61
62
-# Source Code Representations
+# Source Code Representation
63
64
- [Prologue](./part-3-intro.md)
65
- [Command-line arguments](./cli.md)
src/part-3-intro.md
@@ -1,4 +1,4 @@
1
-# Part 3: Source Code Representations
+# Part 3: Source Code Representation
2
3
This part describes the process of taking raw source code from the user and
4
transforming it into various forms that the compiler can work with easily.
0 commit comments