about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2019-08-05 23:07:17 +0200
committerSantiago Pastorino <spastorino@gmail.com>2019-08-05 18:07:17 -0300
commit8acf533607adf52116966718882aff0faf5882fe (patch)
tree2a55970c4ea9962d830898ddfc1bd1c2c5d90246 /src/doc/rustc-dev-guide
parentce22bc6ec1cf91b74017f98a5992369a6ce8f4f5 (diff)
downloadrust-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.md2
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