diff options
| author | Ken <ken.shih@gmail.com> | 2023-08-30 21:37:44 -0700 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2023-08-31 07:28:52 +0200 |
| commit | 6b76c0e9fd95057919f28389e5163c955e39498a (patch) | |
| tree | c33b2105ade1c289074193f971adb6645b6d6a31 /src/doc/rustc-dev-guide | |
| parent | 68c9afec4eb8b0265b381e14619dc923cb2e77eb (diff) | |
| download | rust-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.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 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 |
