about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2023-07-14 08:38:50 +0200
committerTshepang Mbambo <tshepang@gmail.com>2023-07-14 08:39:30 +0200
commit9b7789a81532a85d5d025a6776543cc748f8f78a (patch)
tree19151e8a81a44983a5e74b64ab176d794dd29d07 /src/doc/rustc-dev-guide
parent4b56a41616e74d394754255ef03be00bee6c339b (diff)
downloadrust-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.md2
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.