From f2a3d80d65ffb1034fe863f8e6200c20f3954cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 13 Nov 2024 20:51:30 +0200 Subject: [PATCH] zig bootstrap: fix a few typos --- content/log/2024/zig-reproduced-without-binaries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/log/2024/zig-reproduced-without-binaries.md b/content/log/2024/zig-reproduced-without-binaries.md index d272378..77f496c 100644 --- a/content/log/2024/zig-reproduced-without-binaries.md +++ b/content/log/2024/zig-reproduced-without-binaries.md @@ -52,7 +52,7 @@ We will be comparing this file to the one bootstrapped in the next section. # Binary-free zig1.wasm -Builting zig 0.13.0 without binaries is tricky, because to build zig 0.13.0, we +Building Zig 0.13.0 without binaries is tricky, because to build Zig 0.13.0, we need a `zig1.wasm`, which has been checked in and continuously updated since [late 2022](https://github.com/ziglang/zig/pull/13560):