fix 'smart' comma

This commit is contained in:
Kyle Isom 2025-05-02 23:21:57 -07:00
parent 86411d214d
commit f65fb7b3c8
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ fn_sd_existsp(object *args, object *env)
/* /*
(sd-make-dir path) (sd-make-dir path)
Create a directory on the SD card. Create a directory on the SD card.
This will also create any intermediate directories that dont already exists; This will also create any intermediate directories that don't already exists;
e.g. SD.mkdir("a/b/c") will create a, b, and c. e.g. SD.mkdir("a/b/c") will create a, b, and c.
*/ */
object * object *