improved grammar

use en-dashes instead of `--`
This commit is contained in:
Alexander Regueiro 2018-01-31 01:20:07 +00:00 committed by Who? Me?!
parent 6da8a1b6a4
commit b66d8d9def
1 changed files with 7 additions and 7 deletions

View File

@ -1,14 +1,14 @@
# About this guide # About this guide
This guide is meant to help document how rustc -- the Rust compiler -- This guide is meant to help document how rustc the Rust compiler
works, as well as to help new contributors get involved in rustc works, as well as to help new contributors get involved in rustc
development. It is not meant to replace code documentation -- each development. It is not meant to replace code documentation each
chapter gives only high-level details, the kinds of things that chapter gives only high-level details the kinds of things that
(ideally) don't change frequently. (ideally) don't change frequently.
The guide itself is of course open source as well, and the sources can The guide itself is of course open-source as well, and the sources can
be found at [the GitHub repository]. If you find any mistakes in the be found at the [GitHub repository]. If you find any mistakes in the
guide, please file an issue about it -- or, even better, open a PR guide, please file an issue about it, or even better, open a PR
with a correction! with a correction!
[the GitHub repository]: https://github.com/rust-lang-nursery/rustc-guide/ [GitHub repository]: https://github.com/rust-lang-nursery/rustc-guide/