From 78c9b0b7a0ab23ad20cd88ec0434ef4801b4df40 Mon Sep 17 00:00:00 2001 From: Ethan Brierley Date: Sun, 27 Aug 2023 23:05:51 +0100 Subject: [PATCH] Reword sentence about using `./x` over `./x.py` The current sentence was confusing when I first read it. I've reworded it to hopefully make it more clear. --- src/building/how-to-build-and-run.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/building/how-to-build-and-run.md b/src/building/how-to-build-and-run.md index 0865f1955..a43149e27 100644 --- a/src/building/how-to-build-and-run.md +++ b/src/building/how-to-build-and-run.md @@ -65,8 +65,8 @@ 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 documents, we use `x` to represent the straightly usage of `x.py`, which -means the following command: +In the rest of this guilde, we use `x` rather than `x.py` directly. The following +command: ```bash ./x check