diff options
| author | joculatrix <157850634+joculatrix@users.noreply.github.com> | 2024-09-22 23:02:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-23 12:02:25 +0800 |
| commit | 05b68b16709ebfb32dd9545aad0e488e520343fa (patch) | |
| tree | 36b79b4cc6f2de390dfbaed44b345caa9f6a6a04 /src/doc/rustc-dev-guide | |
| parent | 0e87ca18881fd12abf5ce140cc75a423f80a4efd (diff) | |
| download | rust-05b68b16709ebfb32dd9545aad0e488e520343fa.tar.gz rust-05b68b16709ebfb32dd9545aad0e488e520343fa.zip | |
Edit a sentence for clarity (#2071)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md index 7eaa408416a..893a524d1fb 100644 --- a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md +++ b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md @@ -67,8 +67,8 @@ Also, using `x` rather than `x.py` is recommended as: (You can find the platform related scripts around the `x.py`, like `x.ps1`) -Notice that this is not absolute, for instance, using Nushell in VSCode on Win10, -typing `x` or `./x` still open the `x.py` in editor rather invoke the program :) +Notice that this is not absolute. For instance, using Nushell in VSCode on Win10, +typing `x` or `./x` still opens `x.py` in an editor rather than invoking the program. :) In the rest of this guide, we use `x` rather than `x.py` directly. The following command: |
