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):