From 02f0b7ec14bfdeee2f0f75a3b0d409b87fbcb88e Mon Sep 17 00:00:00 2001 From: Virtio <78849100+notvirtio@users.noreply.github.com> Date: Tue, 25 Jul 2023 19:27:23 +0300 Subject: [PATCH] Fix typo in shell docs (#1537) --- .../resources/data/computercraft/lua/rom/programs/shell.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/core/src/main/resources/data/computercraft/lua/rom/programs/shell.lua b/projects/core/src/main/resources/data/computercraft/lua/rom/programs/shell.lua index dcc05dd56..96c75ad9f 100644 --- a/projects/core/src/main/resources/data/computercraft/lua/rom/programs/shell.lua +++ b/projects/core/src/main/resources/data/computercraft/lua/rom/programs/shell.lua @@ -26,7 +26,7 @@ which program to run: uses the @{shell.path|program path}. This is a colon separated list of directories, each of which is checked to see if it contains the program. - `list` or `list.lua` doesn't exist in `.` (the current directory), so she + `list` or `list.lua` doesn't exist in `.` (the current directory), so the shell now looks in `/rom/programs`, where `list.lua` can be found! 3. Finally, the shell reads the file and checks if the file starts with a