File tree 1 file changed +2
-2
lines changed
arduino-ide-extension/src/common/protocol
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ export namespace Sketch {
155
155
'The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.'
156
156
) ;
157
157
/**
158
- * `undefined` if the candidate sketch name is valid. Otherwise, the validation error message.
158
+ * `undefined` if the candidate sketch folder name is valid. Otherwise, the validation error message.
159
159
* Based on the [specs](https://arduino.github.io/arduino-cli/latest/sketch-specification/#sketch-folders-and-files).
160
160
*/
161
161
export function validateSketchFolderName (
@@ -167,7 +167,7 @@ export namespace Sketch {
167
167
}
168
168
169
169
/**
170
- * `undefined` if the candidate sketch name is valid. Otherwise, the validation error message.
170
+ * `undefined` if the candidate cloud sketch folder name is valid. Otherwise, the validation error message.
171
171
* Based on how https://create.arduino.cc/editor/ works.
172
172
*/
173
173
export function validateCloudSketchFolderName (
You can’t perform that action at this time.
0 commit comments