File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
arduino-ide-extension/src/node Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 } ;
You can’t perform that action at this time.
0 commit comments