fix 'smart' comma
This commit is contained in:
parent
86411d214d
commit
f65fb7b3c8
|
@ -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 don’t 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 *
|
||||||
|
|
Loading…
Reference in New Issue