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 e04986c commit f49a09aCopy full SHA for f49a09a
arduino/cores/packagemanager/install_uninstall.go
@@ -30,8 +30,8 @@ import (
30
)
31
32
// DownloadAndInstallPlatformUpgrades runs a full installation process to upgrade the given platform.
33
-// This methods taks care of downloading missing archives, upgrade platforms and tools, and
34
-// remove the previously installed platform/tools that are no more needed after the upgrade.
+// This method takes care of downloading missing archives, upgrading platforms and tools, and
+// removing the previously installed platform/tools that are no longer needed after the upgrade.
35
func (pm *PackageManager) DownloadAndInstallPlatformUpgrades(
36
platformRef *PlatformReference,
37
downloadCB rpc.DownloadProgressCB,
0 commit comments