Skip to content

Commit 3879368

Browse files
authored
Update README.md
1 parent b684479 commit 3879368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Simple programming language
2020
`getPath();` - gets the directory path it is currently in, returns `text`.<br>
2121
`listDir();` - gets a list of files and folders from the current directory, returns `list<text>`.<br>
2222
`deleteFile(text filename);` - deletes a file.<br>
23-
`deleteFolder(text foldername);` - deletes a directory(only if it's empty).<br>
23+
`deleteFolder(text foldername);` - deletes a directory (only if it's empty).<br>
2424
`createFolder(text foldername);` - creates a folder.<br>
2525
`changeDir(text foldername);` - move to another directory.<br>
2626
`cmdCommand(text command);` - execute command line command.<br>

0 commit comments

Comments
 (0)