diff options
| author | kennytm <kennytm@gmail.com> | 2018-11-13 13:03:26 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2018-11-13 19:21:06 +0800 |
| commit | 8a13ae5fce294af87c45ae1a3a332b5463eec035 (patch) | |
| tree | 3f1f2e34e3fe8572b332d9d879d2ed70e84fd27a /src | |
| parent | 64ea02a9ddc7a3a12d69f743fb76828dd49db8ca (diff) | |
| parent | 533d26f8751a0a41059091568bf4d319c78383ba (diff) | |
| download | rust-8a13ae5fce294af87c45ae1a3a332b5463eec035.tar.gz rust-8a13ae5fce294af87c45ae1a3a332b5463eec035.zip | |
Rollup merge of #55908 - KWierso:patch-1, r=wesleywiser
Fix their/there grammar nit
Diffstat (limited to 'src')
| -rw-r--r-- | src/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.md b/src/README.md index 6da4944c392..a4f89960a0b 100644 --- a/src/README.md +++ b/src/README.md @@ -5,7 +5,7 @@ This directory contains the source code of the rust project, including: For more information on how various parts of the compiler work, see the [rustc guide]. -Their is also useful content in the following READMEs, which are gradually being moved over to the guide: +There is also useful content in the following READMEs, which are gradually being moved over to the guide: - https://github.com/rust-lang/rust/tree/master/src/librustc/ty/query - https://github.com/rust-lang/rust/tree/master/src/librustc/dep_graph - https://github.com/rust-lang/rust/blob/master/src/librustc/infer/region_constraints |
