diff --git a/arduino/cores/cores.go b/arduino/cores/cores.go index e6a262266a4..f75867d6e95 100644 --- a/arduino/cores/cores.go +++ b/arduino/cores/cores.go @@ -228,7 +228,7 @@ func (platform *Platform) GetLatestRelease() *PlatformRelease { return platform.FindReleaseWithVersion(latestVersion) } -// GetLatestCompatibleRelease returns the latest compatible release of this platform, or nil if no +// GetLatestCompatibleRelease returns the latest compatible release of this platform, or nil if no // compatible releases are available. func (platform *Platform) GetLatestCompatibleRelease() *PlatformRelease { latestVersion := platform.latestCompatibleReleaseVersion()