Skip to content

Commit 8bec66e

Browse files
committed
Fixed some function comments
1 parent 7ce9fd4 commit 8bec66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino/cores/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type Package struct {
4848
Packages Packages `json:"-"`
4949
}
5050

51-
// GetOrCreatePackage returns the specified Package or create an empty one
51+
// GetOrCreatePackage returns the specified Package or creates an empty one
5252
// filling all the cross-references
5353
func (packages Packages) GetOrCreatePackage(packager string) *Package {
5454
if targetPackage, ok := packages[packager]; ok {

0 commit comments

Comments
 (0)