Skip to content

Commit f49a09a

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

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
@@ -30,8 +30,8 @@ import (
3030
)
3131

3232
// 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.
33+
// This method takes care of downloading missing archives, upgrading platforms and tools, and
34+
// removing the previously installed platform/tools that are no longer needed after the upgrade.
3535
func (pm *PackageManager) DownloadAndInstallPlatformUpgrades(
3636
platformRef *PlatformReference,
3737
downloadCB rpc.DownloadProgressCB,

0 commit comments

Comments
 (0)