1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-25 15:02:17 +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
commit 531eacfac7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 (`.`),