From 968d17a3eb925e19053b8277fc094d14c470e63f Mon Sep 17 00:00:00 2001 From: Keshav Kini Date: Mon, 19 Oct 2015 16:18:20 -0500 Subject: [PATCH] =?UTF-8?q?Replace=20--=20with=20=E2=80=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/doc/trpl/installing-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/trpl/installing-rust.md b/src/doc/trpl/installing-rust.md index 6872b7da0e9d..9f241717d360 100644 --- a/src/doc/trpl/installing-rust.md +++ b/src/doc/trpl/installing-rust.md @@ -53,7 +53,7 @@ us an uninstall option. Some people, and somewhat rightfully so, get very upset when we tell them to `curl | sh`. Their concern is that `curl | sh` implicitly requires you to trust that the good people who maintain Rust aren't going to hack your computer and -do bad things -- and even having accepted that, there is still the possibility +do bad things — and even having accepted that, there is still the possibility that the Rust website has been hacked and the `rustup` script compromised. Being wary of such possibilities is a good instinct! If you're uncomfortable