Skip to content

Commit 8de0dec

Browse files
committed
Fix small comment
1 parent db9c761 commit 8de0dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino/sketch/sketch.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func New(path *paths.Path) (*Sketch, error) {
114114
ext := p.Ext()
115115
if _, found := globals.MainFileValidExtensions[ext]; found {
116116
if p.EqualsTo(mainFile) {
117-
// The main file must be included in the lists of other files
117+
// The main file must not be included in the lists of other files
118118
continue
119119
}
120120
// file is a valid sketch file, see if it's stored at the

0 commit comments

Comments
 (0)