Skip to content

Commit 886f81e

Browse files
authored
Fix sentence structure
Fixed grammar and sentence structure on appropriate instances.
1 parent 3b1c08c commit 886f81e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# The Rust Programming Language
1+
# The Rust Programming Language
22

33
This is the main source code repository for [Rust]. It contains the compiler,
4-
standard library, and documentation.
4+
standard library and documentation.
55

66
[Rust]: https://www.rust-lang.org
77

@@ -17,8 +17,8 @@ Read ["Installation"] from [The Book].
1717
_Note: If you wish to contribute to the compiler, you should read [this
1818
chapter][rustcguidebuild] of the rustc-dev-guide instead of this section._
1919

20-
The Rust build system has a Python script called `x.py` to bootstrap building
21-
the compiler. More information about it may be found by running `./x.py --help`
20+
The Rust build system has a Python script called `x.py` to bootstrap when building
21+
the compiler. More information about it can be found by running `./x.py --help`
2222
or reading the [rustc dev guide][rustcguidebuild].
2323

2424
[rustcguidebuild]: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html
@@ -54,9 +54,9 @@ or reading the [rustc dev guide][rustcguidebuild].
5454
$ cp config.toml.example config.toml
5555
```
5656

57-
It is recommended that if you plan to use the Rust build system to create
58-
an installation (using `./x.py install`) that you set the `prefix` value
59-
in the `[install]` section to a directory that you have write permissions.
57+
It is recommended that you set the `prefix` value in the `[install]`
58+
section to a directory that you have write permissions if you plan to use
59+
the Rust build system to create an installation. (using `./x.py install`)
6060

6161
Create install directory if you are not installing in default directory
6262

@@ -143,8 +143,8 @@ shell with:
143143
```
144144
145145
Currently, building Rust only works with some known versions of Visual Studio. If
146-
you have a more recent version installed the build system doesn't understand
147-
then you may need to force rustbuild to use an older version. This can be done
146+
you have a more recent version installed and the build system doesn't understand,
147+
you may need to force rustbuild to use an older version. This can be done
148148
by manually calling the appropriate vcvars file before running the bootstrap.
149149
150150
```batch

0 commit comments

Comments
 (0)