We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32dbbd commit 27945ceCopy full SHA for 27945ce
arduino/cores/cores.go
@@ -228,7 +228,7 @@ func (platform *Platform) GetLatestRelease() *PlatformRelease {
228
return platform.FindReleaseWithVersion(latestVersion)
229
}
230
231
-// 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
232
// compatible releases are available.
233
func (platform *Platform) GetLatestCompatibleRelease() *PlatformRelease {
234
latestVersion := platform.latestCompatibleReleaseVersion()
0 commit comments