File tree 1 file changed +4
-4
lines changed
arduino-ide-extension/src/node
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -221,8 +221,8 @@ export class LibraryServiceImpl
221
221
{
222
222
name : library . getName ( ) ,
223
223
installedVersion,
224
- description : library . getSentence ( ) ,
225
- summary : library . getParagraph ( ) ,
224
+ description : library . getParagraph ( ) ,
225
+ summary : library . getSentence ( ) ,
226
226
moreInfoLink : library . getWebsite ( ) ,
227
227
includes : library . getProvidesIncludesList ( ) ,
228
228
location : this . mapLocation ( library . getLocation ( ) ) ,
@@ -462,9 +462,9 @@ function toLibrary(
462
462
author : lib . getAuthor ( ) ,
463
463
availableVersions,
464
464
includes : lib . getProvidesIncludesList ( ) ,
465
- description : lib . getSentence ( ) ,
465
+ description : lib . getParagraph ( ) ,
466
466
moreInfoLink : lib . getWebsite ( ) ,
467
- summary : lib . getParagraph ( ) ,
467
+ summary : lib . getSentence ( ) ,
468
468
category : lib . getCategory ( ) ,
469
469
types : lib . getTypesList ( ) ,
470
470
} ;
You can’t perform that action at this time.
0 commit comments