We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a991f26 commit 12b7065Copy full SHA for 12b7065
libraries/SD/src/SD.cpp
@@ -550,9 +550,9 @@ boolean SDClass::mkdir(char *filepath) {
550
boolean SDClass::rmdir(char *filepath) {
551
/*
552
553
- Makes a single directory or a heirarchy of directories.
+ Remove a single directory or a heirarchy of directories.
554
555
- A rough equivalent to `mkdir -p`.
+ A rough equivalent to `rm -rf`.
556
557
*/
558
return walkPath(filepath, root, callback_rmdir);
0 commit comments