We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50dec36 commit acf1378Copy full SHA for acf1378
arduino/cores/board.go
@@ -141,7 +141,7 @@ func (b *Board) GeneratePropertiesForConfiguration(config string) (*properties.M
141
return b.GetBuildProperties(fqbn.Configs)
142
}
143
144
-// GetIdentificationProperties calculate and returns a list of properties sets
+// GetIdentificationProperties calculates and returns a list of properties sets
145
// containing the properties required to identify the board. The returned sets
146
// must not be changed by the caller.
147
func (b *Board) GetIdentificationProperties() []*properties.Map {
0 commit comments