From f65fb7b3c881b50d472183ab26a455a2297a77d6 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Fri, 2 May 2025 23:21:57 -0700 Subject: [PATCH] fix 'smart' comma --- common/extensions.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/extensions.ino b/common/extensions.ino index 0f3c5eb..eb19111 100644 --- a/common/extensions.ino +++ b/common/extensions.ino @@ -418,7 +418,7 @@ fn_sd_existsp(object *args, object *env) /* (sd-make-dir path) 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. */ object *