about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKeshav Kini <keshav.kini@gmail.com>2015-10-19 16:18:20 -0500
committerKeshav Kini <keshav.kini@gmail.com>2015-10-19 16:18:20 -0500
commit968d17a3eb925e19053b8277fc094d14c470e63f (patch)
treed0de83d68968181f41638045c754d2a86bc16e15
parentd142a4eed0ea6c3f6d0b3ba9427caa6270b0a90b (diff)
downloadrust-968d17a3eb925e19053b8277fc094d14c470e63f.tar.gz
rust-968d17a3eb925e19053b8277fc094d14c470e63f.zip
Replace -- with —
-rw-r--r--src/doc/trpl/installing-rust.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/installing-rust.md b/src/doc/trpl/installing-rust.md
index 6872b7da0e9..9f241717d36 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