Skip to content

Commit 0361605

Browse files
committed
Fixed comment
1 parent f339ca3 commit 0361605

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/arduino/builder/internal/detector/detector.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,8 @@ func (l *SketchLibrariesDetector) PrintUsedAndNotUsedLibraries(sketchError bool)
167167
time.Sleep(100 * time.Millisecond)
168168
}
169169

170-
// IncludeFolders fixdoc
170+
// IncludeFolders returns the list of include folders detected as needed.
171171
func (l *SketchLibrariesDetector) IncludeFolders() paths.PathList {
172-
// TODO should we do a deep copy?
173172
return l.includeFolders
174173
}
175174

0 commit comments

Comments
 (0)