1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-02 18:37:55 +00:00

Merge pull request #2224 from matematikaadit/patch-1

Miniscule typo fix in the shell.path() doc comment
This commit is contained in:
Jonathan Coates
2025-06-21 16:59:01 +01:00
committed by GitHub

View File

@@ -300,7 +300,7 @@ function shell.setDir(dir)
sDir = fs.combine(dir, "")
end
--- Set the path where programs are located.
--- Get the path where programs are located.
--
-- The path is composed of a list of directory names in a string, each separated
-- by a colon (`:`). On normal turtles will look in the current directory (`.`),