mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-05 11:32:53 +00:00
Miniscule typo fix in the shell.path() doc comment
Noticed this when reading the shell API page in the wiki.
This commit is contained in:
parent
798ceefafe
commit
1f3da5205c
@ -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 (`.`),
|
||||
|
Loading…
x
Reference in New Issue
Block a user