Skip to content

Commit d8a9623

Browse files
committed
Fixed comment
1 parent 134bb28 commit d8a9623

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
@@ -170,9 +170,8 @@ func (l *SketchLibrariesDetector) PrintUsedAndNotUsedLibraries(sketchError bool)
170170
time.Sleep(100 * time.Millisecond)
171171
}
172172

173-
// IncludeFolders fixdoc
173+
// IncludeFolders returns the list of include folders detected as needed.
174174
func (l *SketchLibrariesDetector) IncludeFolders() paths.PathList {
175-
// TODO should we do a deep copy?
176175
return l.includeFolders
177176
}
178177

0 commit comments

Comments
 (0)