mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-28 16:22:18 +00:00
Merge pull request #2224 from matematikaadit/patch-1
Miniscule typo fix in the shell.path() doc comment
This commit is contained in:
commit
531eacfac7
@ -300,7 +300,7 @@ function shell.setDir(dir)
|
|||||||
sDir = fs.combine(dir, "")
|
sDir = fs.combine(dir, "")
|
||||||
end
|
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
|
-- 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 (`.`),
|
-- by a colon (`:`). On normal turtles will look in the current directory (`.`),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user