Skip to content

Commit 56c845a

Browse files
nmzaheerAkos Kitta
authored and
Akos Kitta
committed
Corrected library.properties assignment w.r.t description and summary
Ref: #1611
1 parent 2c74ad6 commit 56c845a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: arduino-ide-extension/src/node/library-service-impl.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ export class LibraryServiceImpl
221221
{
222222
name: library.getName(),
223223
installedVersion,
224-
description: library.getSentence(),
225-
summary: library.getParagraph(),
224+
description: library.getParagraph(),
225+
summary: library.getSentence(),
226226
moreInfoLink: library.getWebsite(),
227227
includes: library.getProvidesIncludesList(),
228228
location: this.mapLocation(library.getLocation()),
@@ -462,9 +462,9 @@ function toLibrary(
462462
author: lib.getAuthor(),
463463
availableVersions,
464464
includes: lib.getProvidesIncludesList(),
465-
description: lib.getSentence(),
465+
description: lib.getParagraph(),
466466
moreInfoLink: lib.getWebsite(),
467-
summary: lib.getParagraph(),
467+
summary: lib.getSentence(),
468468
category: lib.getCategory(),
469469
types: lib.getTypesList(),
470470
};

0 commit comments

Comments
 (0)