diff options
| author | Alexander Regueiro <alex@noldorin.com> | 2018-01-31 01:20:07 +0000 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-01-30 20:14:12 -0600 |
| commit | de5e7cac046e6b96c3ebc4d5895a0b7096c3df69 (patch) | |
| tree | 7ba0d55512543bb7a7d67ecf75c5833cd460006d /src | |
| parent | 70e03964e924ee3b65bf413c1078c7bc9f3b340b (diff) | |
| download | rust-de5e7cac046e6b96c3ebc4d5895a0b7096c3df69.tar.gz rust-de5e7cac046e6b96c3ebc4d5895a0b7096c3df69.zip | |
improved grammar
use en-dashes instead of `--`
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/about-this-guide.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/doc/rustc-dev-guide/src/about-this-guide.md b/src/doc/rustc-dev-guide/src/about-this-guide.md index ea840177b55..79106736ffd 100644 --- a/src/doc/rustc-dev-guide/src/about-this-guide.md +++ b/src/doc/rustc-dev-guide/src/about-this-guide.md @@ -1,14 +1,14 @@ # 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 -development. It is not meant to replace code documentation -- each -chapter gives only high-level details, the kinds of things that +development. It is not meant to replace code documentation – each +chapter gives only high-level details – the kinds of things that (ideally) don't change frequently. -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 -guide, please file an issue about it -- or, even better, open a PR +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 +guide, please file an issue about it, or even better, open a PR with a correction! -[the GitHub repository]: https://github.com/rust-lang-nursery/rustc-guide/ +[GitHub repository]: https://github.com/rust-lang-nursery/rustc-guide/ |
