Skip to content

Commit a47f609

Browse files
author
Akos Kitta
committed
doc: reword jsdoc
Signed-off-by: Akos Kitta <[email protected]>
1 parent 5298a78 commit a47f609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino-ide-extension/src/common/protocol/sketches-service.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export namespace Sketch {
155155
'The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.'
156156
);
157157
/**
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.
159159
* Based on the [specs](https://arduino.github.io/arduino-cli/latest/sketch-specification/#sketch-folders-and-files).
160160
*/
161161
export function validateSketchFolderName(
@@ -167,7 +167,7 @@ export namespace Sketch {
167167
}
168168

169169
/**
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.
171171
* Based on how https://create.arduino.cc/editor/ works.
172172
*/
173173
export function validateCloudSketchFolderName(

0 commit comments

Comments
 (0)