Skip to content

Commit 0810cd3

Browse files
authored
Edit a sentence for clarity (rust-lang#2071)
1 parent db6f8ad commit 0810cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/building/how-to-build-and-run.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Also, using `x` rather than `x.py` is recommended as:
6767
6868
(You can find the platform related scripts around the `x.py`, like `x.ps1`)
6969

70-
Notice that this is not absolute, for instance, using Nushell in VSCode on Win10,
71-
typing `x` or `./x` still open the `x.py` in editor rather invoke the program :)
70+
Notice that this is not absolute. For instance, using Nushell in VSCode on Win10,
71+
typing `x` or `./x` still opens `x.py` in an editor rather than invoking the program. :)
7272

7373
In the rest of this guide, we use `x` rather than `x.py` directly. The following
7474
command:

0 commit comments

Comments
 (0)