diff --git a/blog/content/second-edition/posts/01-freestanding-rust-binary/index.md b/blog/content/second-edition/posts/01-freestanding-rust-binary/index.md index 4ca50041..63fc12b6 100644 --- a/blog/content/second-edition/posts/01-freestanding-rust-binary/index.md +++ b/blog/content/second-edition/posts/01-freestanding-rust-binary/index.md @@ -403,7 +403,7 @@ macOS [does not officially support statically linked binaries] and requires prog cargo rustc -- -C link-args="-e __start -static" ``` -This still not suffices, as a third linker error occurs: +This still does not suffice, as a third linker error occurs: ``` error: linking with `cc` failed: exit code: 1