Skip to content

Commit f241f55

Browse files
authored
Remove redundant text from library.properties
The Arduino IDE's Library Manager displays the text defined in the library.properties paragraph field immediately after the sentence text so it's not desirable to duplicate the sentence text in paragraph.
1 parent 70ee2d3 commit f241f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=Queue
22
version=1.6
33
author=SMFSW <[email protected]>
44
maintainer=SMFSW <[email protected]>
5-
sentence=Queue handling library (designed on Arduino)
6-
paragraph=Queue handling library (designed on Arduino). Arduino designed library, yet may be compiled without change with gcc for other purporses/targets
5+
sentence=Queue handling library.
6+
paragraph=Arduino designed library, yet may be compiled without change with gcc for other purporses/targets
77
category=Data Storage
88
url=https://github.com/SMFSW/Queue
99
architectures=*

0 commit comments

Comments
 (0)