diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2023-07-14 08:38:50 +0200 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2023-07-14 08:39:30 +0200 |
| commit | 9b7789a81532a85d5d025a6776543cc748f8f78a (patch) | |
| tree | 19151e8a81a44983a5e74b64ab176d794dd29d07 /src/doc/rustc-dev-guide | |
| parent | 4b56a41616e74d394754255ef03be00bee6c339b (diff) | |
| download | rust-9b7789a81532a85d5d025a6776543cc748f8f78a.tar.gz rust-9b7789a81532a85d5d025a6776543cc748f8f78a.zip | |
make it read better
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md | 2 |
1 files changed, 1 insertions, 1 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 d41ae03bfb7..0865f1955c8 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 @@ -130,7 +130,7 @@ of a checkout. It also looks up the appropriate version of `python` to use. You can install it with `cargo install --path src/tools/x`. To clarify that this is another global installed binary util, which is -similar to the former `x` declared in section [What is `x.py`](#what-is-xpy) but +similar to the one declared in section [What is `x.py`](#what-is-xpy), but it works as an independent process to execute the `x.py` rather than calling the shell to run the platform related scripts. |
