about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorİsmail Arılık <arilik.ismail@gmail.com>2023-07-25 09:45:30 +0300
committerTshepang Mbambo <tshepang@gmail.com>2023-08-11 09:55:19 +0200
commit540f6fe5e0512f5f50876c3a0f29b1c0f0b8e1fa (patch)
treec4fd5caa73997274c3e2cf313d56c98c25a1523b /src/doc
parent92f323221692e8c27e1a90fc680d50645bf49ce1 (diff)
downloadrust-540f6fe5e0512f5f50876c3a0f29b1c0f0b8e1fa.tar.gz
rust-540f6fe5e0512f5f50876c3a0f29b1c0f0b8e1fa.zip
feat(part-5-intro): make "Part 5" obvious
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-dev-guide/src/part-5-intro.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/part-5-intro.md b/src/doc/rustc-dev-guide/src/part-5-intro.md
index f32508d2774..be29690b6e1 100644
--- a/src/doc/rustc-dev-guide/src/part-5-intro.md
+++ b/src/doc/rustc-dev-guide/src/part-5-intro.md
@@ -1,4 +1,4 @@
-# From MIR to Binaries
+# Part 5: From MIR to Binaries
 
 All of the preceding chapters of this guide have one thing in common:
 we never generated any executable machine code at all!