From 124292a49cc18ce435e8dc7bad340d8047f9b0b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Ar=C4=B1l=C4=B1k?= Date: Tue, 25 Jul 2023 09:45:30 +0300 Subject: [PATCH] feat(part-5-intro): make "Part 5" obvious --- src/part-5-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/part-5-intro.md b/src/part-5-intro.md index f32508d2..be29690b 100644 --- a/src/part-5-intro.md +++ b/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!