Skip to content

Commit 2b4b536

Browse files
committed
Correct typo in doc comment
There was a copy/paste error in the comment.
1 parent f0d12c4 commit 2b4b536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/project/platform/boardstxt/boardstxt.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"github.com/arduino/go-properties-orderedmap"
2525
)
2626

27-
// Properties parses the library.properties from the given path and returns the data.
27+
// Properties parses the boards.txt from the given path and returns the data.
2828
func Properties(platformPath *paths.Path) (*properties.Map, error) {
2929
return properties.SafeLoadFromPath(platformPath.Join("boards.txt"))
3030
}

0 commit comments

Comments
 (0)