1
0
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:
Adit Cahya Ramadhan 2025-06-21 22:29:04 +07:00 committed by GitHub
parent 798ceefafe
commit 1f3da5205c
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 (`.`),