about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorKen <ken.shih@gmail.com>2023-08-30 21:37:44 -0700
committerTshepang Mbambo <tshepang@gmail.com>2023-08-31 07:28:52 +0200
commit6b76c0e9fd95057919f28389e5163c955e39498a (patch)
treec33b2105ade1c289074193f971adb6645b6d6a31 /src/doc/rustc-dev-guide
parent68c9afec4eb8b0265b381e14619dc923cb2e77eb (diff)
downloadrust-6b76c0e9fd95057919f28389e5163c955e39498a.tar.gz
rust-6b76c0e9fd95057919f28389e5163c955e39498a.zip
Update minor how-to-build-and-run.md spelling mistake
As of <!-- date-check --> Aug 2023, found:
The spelling mistake "guilde" should be "guide"

This PR only makes this minor correction
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 a43149e271e..1012e94fd2c 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
@@ -65,7 +65,7 @@ Also, using `x` rather than `x.py` is recommended as:
 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 :)
 
-In the rest of this guilde, we use `x` rather than `x.py` directly. The following
+In the rest of this guide, we use `x` rather than `x.py` directly. The following
 command:
 
 ```bash