File tree 1 file changed +2
-2
lines changed
arduino/cores/packagemanager
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ func (pm *PackageManager) DownloadAndInstallPlatformUpgrades(
69
69
}
70
70
71
71
// DownloadAndInstallPlatformAndTools runs a full installation process for the given platform and tools.
72
- // This methods taks care of downloading missing archives, install/upgrade platforms and tools, and
73
- // remove the previously installed platform/tools that are no more needed after the upgrade.
72
+ // This method takes care of downloading missing archives, installing/upgrading platforms and tools, and
73
+ // removing the previously installed platform/tools that are no longer needed after the upgrade.
74
74
func (pm * PackageManager ) DownloadAndInstallPlatformAndTools (
75
75
platformRelease * cores.PlatformRelease , requiredTools []* cores.ToolRelease ,
76
76
downloadCB rpc.DownloadProgressCB , taskCB rpc.TaskProgressCB ,
You can’t perform that action at this time.
0 commit comments