diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2019-08-05 23:07:17 +0200 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2019-08-05 18:07:17 -0300 |
| commit | 8acf533607adf52116966718882aff0faf5882fe (patch) | |
| tree | 2a55970c4ea9962d830898ddfc1bd1c2c5d90246 /src/doc/rustc-dev-guide | |
| parent | ce22bc6ec1cf91b74017f98a5992369a6ce8f4f5 (diff) | |
| download | rust-8acf533607adf52116966718882aff0faf5882fe.tar.gz rust-8acf533607adf52116966718882aff0faf5882fe.zip | |
fix awkward sentence structure (#410)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/about-this-guide.md | 2 |
1 files changed, 1 insertions, 1 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 df060a20886..48ea4dce635 100644 --- a/src/doc/rustc-dev-guide/src/about-this-guide.md +++ b/src/doc/rustc-dev-guide/src/about-this-guide.md @@ -3,7 +3,7 @@ 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 +chapter gives only high-level details, the kinds of things that (ideally) don't change frequently. There are three parts to this guide. Part 1 contains information that should |
