We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbed02 commit 009dc94Copy full SHA for 009dc94
arduino/cores/packagemanager/package_manager.go
@@ -54,7 +54,7 @@ type PackageManager struct {
54
}
55
56
// Builder is used to create a new PackageManager. The builder
57
-// has methods to load patforms and tools to actually build the PackageManager.
+// has methods to load platforms and tools to actually build the PackageManager.
58
// Once the PackageManager is built, it cannot be changed anymore.
59
type Builder PackageManager
60
0 commit comments