From fb449604866917912a4e1d277d83bdaecf34196c Mon Sep 17 00:00:00 2001 From: Saikat Das Date: Tue, 25 Apr 2023 19:47:48 +0530 Subject: [PATCH] chore: fix typo --- posts/2016-05-13-rustup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2016-05-13-rustup.md b/posts/2016-05-13-rustup.md index 5096f4578..b29bb64bb 100644 --- a/posts/2016-05-13-rustup.md +++ b/posts/2016-05-13-rustup.md @@ -38,7 +38,7 @@ OpenWRT][OpenWRT], and many others. But in practice, there are a lot of ducks you have to get in a row to make it work: the appropriate Rust standard library, a cross-compiling C toolchain including linker, headers and binaries for C libraries, -and so on. This typically involves pouring over various blog posts +and so on. This typically involves poring over various blog posts and package installers to get everything "just so". And the exact set of tools can be different for every pair of host and target platforms.