zig bootstrap: fix a few typos

This commit is contained in:
Motiejus Jakštys 2024-11-13 20:51:30 +02:00
parent afaeb182b0
commit f2a3d80d65

View File

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