Skip to content

Commit 851dfc3

Browse files
cmaglieper1234
andcommitted
Update arduino/cores/packagemanager/install_uninstall.go
Co-authored-by: per1234 <accounts@perglass.com>
1 parent f49a09a commit 851dfc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino/cores/packagemanager/install_uninstall.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ func (pm *PackageManager) DownloadAndInstallPlatformUpgrades(
6969
}
7070

7171
// 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.
7474
func (pm *PackageManager) DownloadAndInstallPlatformAndTools(
7575
platformRelease *cores.PlatformRelease, requiredTools []*cores.ToolRelease,
7676
downloadCB rpc.DownloadProgressCB, taskCB rpc.TaskProgressCB,

0 commit comments

Comments
 (0)