Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 68b8f23

Browse files
committed
Update comment
1 parent 453fdb3 commit 68b8f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino/boardManager.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export class BoardManager {
229229
// });
230230
if (addedPlatform.name === plat.name) {
231231
addedPlatform.versions.push(plat.version);
232-
// Check if this is the latest version. Packages typically support more boards in later versions.
232+
// Check if this is the latest version. Platforms typically support more boards in later versions.
233233
addedPlatform.versions.sort(versionCompare);
234234
if (plat.version === addedPlatform.versions[addedPlatform.versions.length - 1]) {
235235
addedPlatform.boards = plat.boards;

0 commit comments

Comments
 (0)