From 9985e4a6996e317356d622a25a4959371d0709ae Mon Sep 17 00:00:00 2001 From: Jk Jensen Date: Mon, 13 Jul 2020 01:27:50 -0700 Subject: [PATCH] Fix grammar for freestanding-rust-binary (#834) The grammar for MacOS linker arguments was clunky. --- .../second-edition/posts/01-freestanding-rust-binary/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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